A simple and interactive Task Management System built using HTML, CSS, and JavaScript. This project allows users to manage tasks efficiently by adding, completing, and deleting them with a user-friendly interface.
https://frontend-task-management.vercel.app (IF Works)
No live demo available currently. You can download the repository and open
index.htmlin your browser to test it locally.
- β Add new tasks
- ποΈ Delete tasks
- βοΈ Mark tasks as complete
- π¨ Clean and minimal UI
- π± Responsive design (basic)
- HTML5 β Structure
- CSS3 β Styling
- JavaScript β Logic & DOM manipulation
Task-Management-System/ β βββ index.html # Main HTML file βββ style.css # CSS for styling βββ script.js # JavaScript for functionality βββ README.md # Project documentation
You can add screenshots here to showcase the UI.
- Clone this repository:
git clone https://github.com/VAggarwal97/Task-Management-System.git
Navigate into the folder:
bash Copy Edit cd Task-Management-System Open index.html in your browser.
π¨βπ» Author Vishal Aggarwal All work is original. Kindly refrain from copying without permission.
π License This project is not under an open-source license. Do not redistribute or reuse without permission.
yaml Copy Edit
Let me know if you'd like to enhance it with local storage, dark mode, or a backend integration!