A simple Todo application built with React and Tailwind CSS.
- Add new todos with a unique ID.
- Update the status of todos between "Pending" and "Completed".
- Remove todos from the list.
-
Clone the repository:
git clone https://github.com/KnihtKingCoder/Milestone-Exam-2/tree/main/TodoWebApp
-
Navigate to the project directory: cd TodoWebApp
-
Install dependencies: npm install
-
Run the application: npm start
-Enter a task in the input field. -Click the "Add" button to add the task to the list. -Use the "Complete" or "Undo" button to update the status of a task. -Click the "Remove" button to delete a task from the list.
-React -Tailwind CSS