https://github.com/peteroyelegbin/todo
A todo app built with Django.
https://github.com/peteroyelegbin/todo
boostrap5 django html5 python
Last synced: 2 months ago
JSON representation
A todo app built with Django.
- Host: GitHub
- URL: https://github.com/peteroyelegbin/todo
- Owner: PeterOyelegbin
- Created: 2022-08-20T18:52:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T18:59:46.000Z (about 3 years ago)
- Last Synced: 2025-10-17T01:39:42.806Z (8 months ago)
- Topics: boostrap5, django, html5, python
- Language: Python
- Homepage: https://todo-dj.vercel.app
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo Web App
A todo web app built with tech stack such as: Django, HTML, Bootstrap, and PostgresSQL.
In the course of development, I explored the object relational mapper (ORM), and django form, using a function based view with CRUD operations. The storage framework used are sqlite and PostgresSQL during development.
This is one of my hands-on experience with Django, CRUD operations, database development and Web hosting.