https://github.com/eli-keli/to_do_list
A simple web application to manage your to-do tasks (from software-engineering-journey-repo)
https://github.com/eli-keli/to_do_list
flask python3
Last synced: 3 months ago
JSON representation
A simple web application to manage your to-do tasks (from software-engineering-journey-repo)
- Host: GitHub
- URL: https://github.com/eli-keli/to_do_list
- Owner: Eli-Keli
- Created: 2024-07-19T16:58:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T16:11:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T12:09:51.913Z (over 1 year ago)
- Topics: flask, python3
- Language: Python
- Homepage:
- Size: 8.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List Application
## Project Overview
A simple web application to manage your to-do tasks. Users can register, log in, and manage their to-do items. Each item can have a title, description, and due date, and can be marked as complete.
## Project Plan (From software-engineering-journey repo)
- **Day 16:** Set up the environment and create the basic application structure.
- **Day 17:** Implement user authentication (registration, login, logout).
- **Day 18:** Implement to-do item CRUD operations (create, read, update, delete).
- **Day 19:** Add user interface elements and style the application.
- **Day 20:** Write unit tests and perform debugging.
- **Day 21:** Finalize documentation, review the project, and prepare a presentation.