This is a simple Todo web application created using Reactjs. The application allows you to add and delete tasks to your Todo list.
- Clone the repository to your local machine
- Install the required dependencies using
npm install
- Start the development server using
npm start
- Add tasks to the Todo list
- Delete tasks from the Todo list
- Mark tasks as completed
- Reactjs
- HTML
- CSS