A Simple Todo App Made Using Flask
- Download the Repository.
- Run
pip install -r requirements
in the folder.- Run the
__init__.py
file- Open the URL from the console in your browser
- It's a Todo App that I wrote, and it's my first time developing a full-stack application with Flask. It's possible that it has multiple bugs, since I didn't thoroughly test it. Limiters or rate limitations are built into the routes and endpoints to avoid abuse. You can create or add additional Todos, but I haven't implemented CRUD entirely yet, but I may do so in the future since I'm still learning fullstack development.
- Yes! of course you are free to use, share, modify the code as you please. The project is under the MIT License and is Open-Source in every way. So Feel Free!
Thank You - Hope You Found Something Useful