Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 417 Bytes

File metadata and controls

12 lines (9 loc) · 417 Bytes

Smart Task Manager 📝

A simple and interactive task management application built from scratch to learn core JavaScript concepts.

🚀 Features

  • 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.

💻 Technologies Used

  • Vanilla JavaScript
  • HTML