A basic todo app build using Django,In this web app, one can create notes like Google Keep or Evernote.
why Django ?
Django is a high-level Python Web framework based web framework that allows rapid development and clean, pragmatic design.
read how to create on geeksforgeeks
Django
to install django $ pip install django
read more about installation
crispy_forms
to install crispy forms $ pip install --upgrade django-crispy-forms
read more about crispy forms
$ git clone https://github.com/itsvinayak/todo.git
$ cd todo
$ python manage.py makemigrations && python manage.py migrate
Now,run the server to see your todo app
$ python manage.py runserver
made by vinayak 🧟