Skip to content

itsvinayak/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO WEBAPP

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

Dependencies

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

Basic setup

$ 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

Screenshot

alt text




made by vinayak 🧟