This project is a web application for tracking progress during the #100DaysOfCode challenge. It's built with Python, Flask, and SQLite, and features a clean, modern interface for viewing and logging daily progress.
- Log Daily Progress: Easily add and save your daily progress.
- View Progress History: See your entire #100DaysOfCode journey in a clean, organized table.
- Modern UI: A simple and intuitive web interface for a great user experience.
- SQLite Database: All progress is stored in a reliable SQLite database.
-
Clone the repository:
git clone [<repository-url>](https://github.com/ajmalrasouli/100DaysOfCode) cd <repository-directory>
-
Install dependencies:
pip install -r requirements.txt
-
Run the Flask app:
python app.py
-
Access the web interface at http://127.0.0.1:5000/.
Contributions are welcome! Feel free to fork and submit pull requests.