This is a simple Todos app built with Create React App. It allows users to add tasks and save them in the browser's local storage so that tasks persist even after the page is refreshed.
This project was built as part of a React learning course to gain practical experience with React fundamentals.
- Add a new todo item
- View all saved todos
- Persistent storage using local storage