A simple yet powerful Todo web application built using React.js and Bootstrap.
This web application provides users with a clean and intuitive interface to manage their tasks effectively. It offers the following key features:
- Add new tasks to your list.
- Remove tasks individually or clear the entire list.
- User-friendly interface with real-time updates.
- React.js
- Bootstrap
To get started with this Todo Web Application, follow these steps:
-
Clone the Repository:
git clone https://github.com/Dhru08/todo-web-app.git
-
Navigate to the Project Directory:
cd todo -
Install Dependencies:
npm install
-
Start the Development Server:
npm start
Now, you're ready to use the Todo Web Application on your local machine.
- To add a new task, simply enter the task description and press the "Add" button.
- To remove a task, click the trash icon next to the task.
- To clear the entire list, use the "Remove All" button.
Contributions are welcome! Feel free to open an issue or submit a pull request to enhance this project.
