https://github.com/benoitzohar/times
A simple time tracking web app written with Rails and React + Redux
https://github.com/benoitzohar/times
es6 rails react redux ruby
Last synced: 3 months ago
JSON representation
A simple time tracking web app written with Rails and React + Redux
- Host: GitHub
- URL: https://github.com/benoitzohar/times
- Owner: benoitzohar
- License: mit
- Created: 2017-03-08T00:19:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T05:02:07.000Z (about 9 years ago)
- Last Synced: 2026-01-03T14:32:21.268Z (6 months ago)
- Topics: es6, rails, react, redux, ruby
- Language: Ruby
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/benoitzohar/times)
# Times
[times.poi.lu](http://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](https://github.com/benoitzohar)