Skip to content

snsavage/timer-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 snsavage@snsavage.com.

License

React Timer is released on the MIT License.

About

Front-end for React based interval/workout timer.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published