This is a simple to-do list app I have created using HTML, CSS and JS.
You can view a demo of this app here: https://to-do-list-app-shihab.vercel.app/
Here's what you can do with this app:
- You can add a task by clicking on the ➕ icon
- You can remove a task by clicking on the 🗑️ icon
- You can select the task to mark you have completed it
- You can count the number of tasks you have in the app
- You can clear all the tasks at once
I will try to add more functionalities in the future.
In order to run this app locally, Clone the repo
git clone https://github.com/shihabhasan0161/To-Do-List-App.git