This is the frontend for the Todo List project. It provides a user-friendly interface for managing your tasks.
The project is deployed and can be accessed using the following link:
https://todo-list-frontend-bice.vercel.app
- Add tasks to your todo list
- Mark tasks as completed
- Delete tasks from your list
- Edit task from your list
- Save your Task with Save button
- Cancel the Edited Task
- HTML
- CSS
- JavaScript
- Tailwind Css
- React
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/todo-list-frontend.git
- Navigate to the project directory:
cd todo-list-frontend
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
Contributions are welcome! If you find any issues or have suggestions for improvements, please create a new issue or submit a pull request.
This project is licensed under the MIT License.