Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.72 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.72 KB

Timer React

Timer React provides the React based front-end for my Timer project. Timer Rails provides the backend API for this project. Timer React is currently a work in progress. A live demo of the project is available at https://react-timer.snsavage.com/.

Timer React was created as a project for the Flatiron School's Online Web Developer Program.

This project was created with Create React App.

Setup

Create React App comes packaged with several helpful scripts including:

$ npm start       # Runs development server.
$ npm test        # Runs the test runner.
$ npm run build   # Creates production version of app.

Note: This React app expects access to an API backend. In development make sure to start the development Rails server, found here with rails server -p 3001.

Testing

Timer React has a limited test suite. Tests can be run with:

$ npm test

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/snsavage/timer-react/issues. Please read the Contributing Guide. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Code of Conduct. Questions?

Questions?

Please contact [email protected].

License

React Timer is released on the MIT License.