This is a frontend e-commerce application that allows users to shop for audio devices like earphones, headphones & speakers. The app is responsive accross desktop, tablet & mobile devices.
View the design here(P.S. not my design):
To run the app first clone the repository and then follow the steps below:
cd audiophile_app
npm install
npm run dev
If successfully run, the app should be accessible locally via http://localhost:5173
/
- home page
/categories/:category
- category page where you can see all products in a particular category
/products/:productSlug
- product details page where you can see product details & add products to your cart
/checkout
- checkout page where you can confirm & pay for items in your cart
The app is deployed on vercel. View it here https://audiophile-app-larkuo-wilson-tettehs-projects.vercel.app/
Last README.md Update: 18 March 2024