Streak is a simple habit tracker written in Python Django. It is a web application that allows users to track their habits and see their progress over time. Users can create habits, mark them as complete, and view their progress.
To get started, clone the repository and install the dependencies.
pip install -r requirements.txt
Then, run the server.
python manage.py runserver
To use the application, navigate to localhost:8000
in your browser. You can create an account and start tracking your habits.