This is a simple ToDo List application built using React. It allows you to add tasks, mark them as completed, and delete selected tasks.
- Add tasks: Click the "Add Task" button to add it to the list.
- Mark tasks as completed: Check the checkbox next to a task to mark it as completed.
- Delete selected tasks: Click the "Delete Selected" button to delete all the selected tasks from the list.
To get started with this project, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open the application in your browser:
http://localhost:3000
- React
- HTML
- CSS