Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.23 KB

File metadata and controls

38 lines (24 loc) · 1.23 KB

To-Do List Application A clean and functional web-based task management system designed to help users organize their daily activities and track productivity.

🚀 Key Features Task Management (CRUD): Create, View, Edit, and Delete tasks seamlessly.

Search Functionality: Quickly find specific tasks using the search bar.

Status Tracking: Monitor whether a task is "Completed" or "Pending."

Auto-Timestamping: Automatically records the creation date for every task.

Simple Interface: A lightweight, table-based UI for maximum clarity.

🛠 Tech Stack Frontend: HTML5.

Backend: Likely built with Django (based on the date formatting and URL structure).

Database: Integrated database to store and retrieve task entries.

📂 Data Fields The application captures and displays the following for each entry:

Title: The name of the task.

Description: Detailed notes or sub-tasks.

Completed: A boolean status (Yes/No).

Date Created: The specific date the task was added to the list. 📸 Screenshots home 👨‍💻 Author GitHub: https://github.com/Firas-coder

⭐ Support If you like this project, give it a ⭐ on GitHub.