To-Web-Do is a simple web-based to-do list application built using React. It allows users to create, manage, and delete tasks conveniently.
- User-Friendly Interface: Intuitive design for effortless task management.
- Add Tasks: Easily add new tasks with a title and description.
- Mark Tasks as Completed: Check off completed tasks to keep track of progress.
- Delete Tasks: Remove tasks that are no longer needed.
- Responsive Design: Works seamlessly on desktop and mobile devices.
- Clone the repository:
git clone https://github.com/KunalSharma108/To-web-Do.git
- Navigate into the project directory:
cd to-web-do
- Install dependencies:
npm install
- Start the development server:
npm start
-
Open your web browser and visit http://localhost:3000 to access the application.
-
Start managing your to-do list by adding, completing, and deleting tasks.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, feel free to open an issue or submit a pull request.