Skip to content

NotCookey/JustATodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just A Todo App

A Simple Todo App Made Using Flask


How To Run

  1. Download the Repository.
  2. Run pip install -r requirements in the folder.
  3. Run the __init__.py file
  4. Open the URL from the console in your browser

About

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

Can I Use The Code?

  • 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