A simple and user-friendly task management web application that allows users to add, view, and manage daily tasks efficiently with a clean and intuitive interface.
- π Add tasks with Title and Description
- π View all tasks in a structured table format
- π’ Automatic serial number generation
- βοΈ Edit existing tasks
- ποΈ Delete completed or unwanted tasks
- π― Clean and minimal UI for better productivity
- Title β Enter the task name
- Description β Describe the task details
- Add an Item to the List β Button to add the task
| S No. | Item Title | Item Description | Actions |
|---|---|---|---|
| 1 | Sample Task | Task description | Edit / Delete |
- HTML5 β Structure
- CSS3 β Styling & layout
- JavaScript (ES6) β Functionality & DOM manipulation
- Tasks are dynamically added to the list using JavaScript
- Each task is displayed with:
- Serial number
- Task title
- Task description
- Action buttons (Edit / Delete)
- Clean and responsive layout for smooth user experience
- Local storage support to save tasks
- Task completion status (checkbox)
- Search & filter functionality
- Dark mode UI
- Due date & priority tags
This project demonstrates:
- DOM manipulation
- Event handling in JavaScript
- Basic CRUD operations
- Clean UI design for productivity apps
Sumyya Sadre Alam
B.Tech ECE Student | Web Developer | UI Designer
const projectStatus = "Completed & Open for Enhancements";