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

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)

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.