Professional React storefront for a pet care shop. The site includes home, shop, about, and contact pages with responsive styling, product filtering, cart interactions, and Netlify deployment support.
- Responsive pet shop homepage with services, mission/vision, and blog section.
- Product shop with category filters, search, price range, sorting, pagination, wishlist, and cart summary.
- Product-specific generated images stored locally in
src/assets/products. - About and contact pages with richer business content.
- Netlify SPA routing via
netlify.toml.
- React 18
- Create React App /
react-scripts - React Router v6
- Bootstrap
- Lucide React icons
npm start
npm test -- --watchAll=false
npm run buildnpm install
npm startOpen http://localhost:3000.
npm run buildThe production output is created in build/.
Netlify can use the checked-in netlify.toml:
[build]
command = "npm run build"
publish = "build"The redirect rule in netlify.toml supports client-side routes such as /about, /shop, and /contact.