Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itsvinayak/todo
- Owner: itsvinayak
- Created: 2019-02-18T14:36:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T20:50:22.000Z (about 5 years ago)
- Last Synced: 2024-07-30T20:54:47.595Z (3 months ago)
- Topics: backend, basic, crispy-forms, django, evil, evil-icons, fun, list, python3, single-page-app, todo, todolist, web-development
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 11
- Watchers: 3
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 geeksforgeeksDependencies
------------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 formsBasic setup
------------$ git clone https://github.com/itsvinayak/todo.git$ cd todo$ python manage.py makemigrations && python manage.py migrateNow,run the server to see your todo app
$ python manage.py runserverScreenshot
------------![alt text](https://github.com/itsvinayak/todo/blob/master/screenshot.png)
made by vinayak 🧟