A simple and intuitive task management application built with HTML, CSS, and JavaScript.
- ✅ Add new tasks with name, description, and deadline
- ✅ Mark tasks as complete
- ✅ Remove tasks from the list
- ✅ Form validation to ensure required fields are filled
- ✅ Responsive design that works on desktop and mobile
- ✅ Clean, modern interface
- Open
index.htmlin your web browser - Fill in the task form:
- Task name: Enter a descriptive name for your task
- Description: Add details about the task (optional)
- Deadline: Select a due date
- Click "Add Task" to add it to your list
- Use the "Complete" button to mark tasks as done
- Use the "Remove" button to delete tasks
index.html- Main HTML structurestyle.css- Styling and layoutscript.js- JavaScript functionality
- HTML5
- CSS3
- Vanilla JavaScript
- No external dependencies
Works in all modern browsers including:
- Chrome
- Firefox
- Safari
- Edge
- Clone this repository
- Open
index.htmlin your browser - Start managing your tasks!
This project is open source and available under the MIT License.