A simple and interactive To-Do List application built using React and Material-UI.
You can view the live demo of the project here.
To get the project up and running locally, follow these steps:
Clone the repository:
```bash git clone https://github.com/Karthikeyan260/To-Do-list-using-React.git Navigate into the project directory:
bash Copy code cd To-Do-list-using-React Install the necessary dependencies:
bash Copy code npm install Start the development server:
bash Copy code npm start This will open the application in your browser at http://localhost:3000.
Usage Enter a task in the input field and click “Add Task” to add it to the list. Click on a task to mark it as completed (it will be crossed out). Click the trash icon next to a task to remove it from the list.