https://github.com/ahammadshawki8/2do-application
A simple Django todo app that helps on managing daily tasks 📐
https://github.com/ahammadshawki8/2do-application
django simple-app todolist
Last synced: 2 months ago
JSON representation
A simple Django todo app that helps on managing daily tasks 📐
- Host: GitHub
- URL: https://github.com/ahammadshawki8/2do-application
- Owner: ahammadshawki8
- License: mit
- Created: 2021-04-13T11:42:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T05:14:06.000Z (almost 5 years ago)
- Last Synced: 2025-05-19T10:05:12.454Z (about 1 year ago)
- Topics: django, simple-app, todolist
- Language: Python
- Homepage: https://todo-application-as8.herokuapp.com/
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 2Do-Application
A simple Django todo app that helps on managing daily tasks 📐
This is the very first application which I have created using Django and deployed using Heroku.
Use this application on: [https://todo-application-as8.herokuapp.com/](https://todo-application-as8.herokuapp.com/)
It is consist of:
- Cover Page
- Login Page
- SignUp Page
- View Tasks Page
- Add New Task Page
- Delete Task Page
- Update Task Page
# Development Guidelines
There are not much scope of development. But if you want to take this app to the next level, I will highly appreciate. You need to just,
- Fork this repository
- Clone it in your local machine
- Install all the requirements from [requirements.txt](requirements.txt)
- Develop this application
- Push you code to GitHub
- Create a Pull Request
- If you face any problem, create an issue
# License
Details can be found in [LICENSE](LICENSE)