Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itsvinayak/todo

A basic todo app build using Django
https://github.com/itsvinayak/todo

backend basic crispy-forms django evil evil-icons fun list python3 single-page-app todo todolist web-development

Last synced: about 1 month ago
JSON representation

A basic todo app build using Django

Awesome Lists containing this project

README

        

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](https://github.com/itsvinayak/todo/blob/master/screenshot.png)








made by vinayak 🧟