This project tracks my progress during the #100DaysOfCode challenge.
To log your progress, run the Flask app and visit the provided web interface.
- Clone the repository.
- Install Flask (
pip install flask
). - 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.