##WEEK 3 - DAY 4
============================================
TOPIC
Build Todo List using REACT
Features
- Add new tasks with a name.
- Toggle task completion status.
- Delete completed tasks.
- View the number of tasks left to do.
Technologies Used
- React
- UUID for generating unique IDs
- Local Storage for data persistence
=============================================
EXTRA'S
STYLING
- The application has been styled to provide a clean and user-friendly interface.
DELETE-BUTTON
- There's a delete button with every task so you can delete any task.
UPDATE-BUTTON
- There's a update button with every task so you can edit any task.
=============================================
=============================================
- Clone the repository.
- npm install
- npm start