Created on march 2024
This project was my first project during Codeable bootcamp. It is a simple note management application built using HTML, CSS, and JavaScript. Display Initial Task List:The application loads with a set of initial tasks displayed on the screen.
Create New Tasks:Users can add new tasks through a form input, making it easy to manage personal notes.
Delete Tasks:Tasks can be removed by clicking the "Delete" button, allowing users to manage their notes efficiently.
HTML: For structuring the web page.CSS: For styling and layout of the application.
JavaScript: For handling interactions, including displaying tasks, adding new tasks, and deleting tasks.
- Clone the repository.
- Open the index.html file in your browser.
- Use the form to add new tasks, and manage tasks using the delete button.
This project was a significant milestone in my journey as a developer, as it was my introduction to building dynamic applications using JavaScript. It taught me the fundamentals of DOM manipulation, event handling, and basic CRUD operations, laying the foundation for more advanced projects.