Sub-Routines give the users the possibility to easily track his habits. A user just must to create an account and start creating his habits given them a name, a frequency and a status of private or public if user want to share his progress with other people in the application.
Sub-Routines provides a way to remember to the user that should makes an activity according its frequency. Then with users inputs subroutines makes a report with user's progress that will be shown in a fancy graph.
- Track your habits
- Graph for user stats
- Habits stats
This project was started with help of cookiecutter-django. To start working with this project you can find useful the steps described in the Cookiecutter Django's Documentation about how to run the project in a local environment and how to deploy.