Galactic Watches is a small watch store project created to practice and enhance my skills with React Router.
Features
- Persistent Cart Functionality: Add and remove items to simulate a shopping experience, persistent using localStorage
- Mock Database: Data is stored in a JSON file to mimic a real backend database.
To Dos
- make the cart persistent using localStorage Api