Skip to content

ajmalrasouli/100DaysOfCode

Repository files navigation

100 Days Of Code

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.

Features

  • 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.

Usage

  1. Clone the repository:

    git clone [<repository-url>](https://github.com/ajmalrasouli/100DaysOfCode)
    cd <repository-directory>
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the Flask app:

    python app.py
  4. Access the web interface at http://127.0.0.1:5000/.

Contributing

Contributions are welcome! Feel free to fork and submit pull requests.

About

Keep log of my 100DaysOfCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors