sarahhudaib / Django-Todo-List

Small todo list web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Todo-List

Django-Todolist is a todolist web application with the most basic features of most web apps.


Try it out by installing the requirements. (Works only with python >= 3.8, due to Django 4)

  • $ pip install django
  • $ pip install virtualenv
  • $ pip freeze > requirements.txt

Run the Project

Open Console in Main Project Directory.


About

Small todo list web app


Languages

Language:Python 72.7%Language:HTML 26.8%Language:Procfile 0.5%