Skip to content

A simple time tracking web app written with Rails and React Redux

License

Notifications You must be signed in to change notification settings

benoitzohar/times

Repository files navigation

Travis

Times

times.poi.lu

Times is a simple web app that allows you to track time spent on some tasks.

It has a Ruby on Rails back-end which provides a REST API and a React (Redux) front-end.

There is no auth but a simple token is generated every time someone goes to the root url. This token allows the user to have it's own space on the app, however you should not consider the data you add in the app as private...

You can use the demo tool or install it yourself on heroku, just push it!

USAGE

  • Ruby version:
    2.4

  • Configuration:
    rake db
    rake db:migrate

  • Develop:
    yarn dev

  • Run the test suite:
    yarn test

LICENSE

MIT (c) Benoit Zohar

About

A simple time tracking web app written with Rails and React Redux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published