A React e-commerce application featuring product search, category filters, shopping cart management, dark mode, and localStorage persistence.
- Product listing
- Product search
- Category filtering
- Price sorting
- Shopping cart system
- Add and remove products
- Dark mode
- Data persistence with localStorage
- Responsive design
- React
- JavaScript
- React Router DOM
- CSS
- useState
- useEffect
- localStorage
Clone the repository:
git clone https://github.com/your-username/react-product-store.gitNavigate to the project folder:
cd react-product-storeInstall dependencies:
npm installStart the development server:
npm run devsrc/
├── components/
│ ├── About.jsx
│ ├── Cart.jsx
│ ├── Home.jsx
│ ├── Navbar.jsx
│ ├── Products.jsx
│ ├── SearchInput.jsx
│ └── ThemeToggle.jsx
├── App.jsx
└── index.css
Nathan Ribeiro de Souza