A simple and interactive task management application built from scratch to learn core JavaScript concepts.
- Add Tasks: Create new tasks and store them in an array.
- View Tasks: Display the current list of tasks dynamically.
- Complete Tasks: Remove specific tasks from the list using array manipulation.
- Vanilla JavaScript
- HTML