To-Do List App This is a simple web application for managing your tasks and to-dos efficiently. With this app, you can easily add, edit, and delete tasks as well as mark them as completed.
Features Add Tasks: Quickly add new tasks with a title and optional details.
Edit Tasks: Easily edit existing tasks to update their title or details.
Delete Tasks: Remove tasks that are no longer needed.
Mark Tasks as Completed: Keep track of your progress by marking tasks as completed.
Responsive Design: Access and manage your tasks on any device, from desktop to mobile.
Frontend: Built using React.js for a fast and dynamic user interface.
Styling: Styled with Tailwind CSS for a modern and responsive design.
Icons: Icons provided by Fevicon-ok for a sleek and consistent visual experience.
Clone the repository to your local machine.
Navigate to the project directory.
bash
cd todo-list-app
Install dependencies using npm.
bash
npm install
Start the development server.
bash
npm start