A simple Todo app built with React to help you keep track of tasks. You can view tasks, add new ones, and toggle their status between "Pending" and "Completed". The status button changes color based on the task's status.
Features: Add new tasks
Toggle tasks between Pending and Completed
Modal form for adding tasks
Color-changing status button
How to Run: Clone the repo
Run npm install
Run npm start
test it out on: https://todo-app-weld-seven-39.vercel.app/