A simple To-Do list Chrome app created using JavaScript and CSS.
This simple Chrome app provides a straightforward To-Do list to help you organize your tasks efficiently. Users can personalize their experience by adding their names or nicknames along with their to-do items. The app is built with vanilla JavaScript and styled using simple CSS.
- Add tasks to the list along with your name or nickname.
- Delete tasks.
Visit Todolist-demo to see the app in action.
Follow these instructions to get a copy of the project up and running on your local machine:
- Clone the repository:
git clone https://github.com/your-username/your-repository.git
- Open the
index.html
file in your preferred browser (recommended Chrome).