Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 889 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 889 Bytes

To-Do List Chrome App

A simple To-Do list Chrome app created using JavaScript and CSS.

Description

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.

Features

  • Add tasks to the list along with your name or nickname.
  • Delete tasks.

Demo

Visit Todolist-demo to see the app in action.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine:

  1. Clone the repository:
    git clone https://github.com/your-username/your-repository.git
  2. Open the index.html file in your preferred browser (recommended Chrome).