Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 575 Bytes

streak

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.

Getting Started

To get started, clone the repository and install the dependencies.

pip install -r requirements.txt

Then, run the server.

python manage.py runserver

Usage

To use the application, navigate to localhost:8000 in your browser. You can create an account and start tracking your habits.