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.
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
.
Timer React has a limited test suite. Tests can be run with:
$ npm test
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?
Please contact [email protected].
React Timer is released on the MIT License.