This is a simple To Do App, built to practice DOM. Have fun while interacting with the elements. You can add todo, remove todo and search lists of todos.
Clone the repository and cd into the project directory
Open with live server or open index.html file in your browser
Add todo to existing hobbies
Delete any todo that does not define you by clicking on the 'X' button
Use the search box to filter the list of todos based on search input
Play with the box by hovering your mouse on it to see effect
You can click 'Refresh' to refresh page
- HTML - For the markup
- CSS - For styling the user interface
- JavaScript - For functionality
Access app via https://dinakajoy.github.io/ToDo-app/