Sherifrancis / JustATodoApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:CSS 34.0%Language:HTML 32.2%Language:Python 19.7%Language:JavaScript 14.1%