Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitvallon/do-it-every-day
Todolist mixed with a calendar website http://www.do-it-every-day.com
https://github.com/benoitvallon/do-it-every-day
Last synced: 10 days ago
JSON representation
Todolist mixed with a calendar website http://www.do-it-every-day.com
- Host: GitHub
- URL: https://github.com/benoitvallon/do-it-every-day
- Owner: benoitvallon
- Created: 2015-07-29T16:15:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-05T00:08:37.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T09:11:04.851Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 1.82 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Do it every day
Haven't you often tell yourself things like...
> I should go running in the morning more than once a week
or like...
> I should read every day instead of "when I have the time" before going to sleep
Do it every day wants to help you tracking when you actually do these things. Being able to see how often we do things in a very visual way helped us to understand why we have done things some days and not others.
# Who am I?
I am Benoit, a senior JavaScript developer. I freshly arrived in New York City and I wanted to do a bit of Ruby on Rails to change my mind for a while.
So I made this app which is my first one in Rails.
I hope you like it. Tell me what you think.
# Install
This project project depends on some libraries, so you must install them before running it.
```shell
bundle install
```# Run the app
## In the local environment
Launch the rails web server with the following command and visit http://localhost:3000.
```shell
rails s
```# Push the modifications to Heroku
```
git push heroku
```