This forked repo is a technical assessment for Creating basic E-commerce website.
- Fully responsive UI
- Home page with landing image
- Fully functional Search bar
- Seperate products page to view all products
- Product details page
- Loader implemented
- Add to cart Function implemented
- Browse products by category
Clone the project
git clone <https://link-to-project>
Go to the project directory
cd <project-name>
Install dependencies
npm install
Start the server
npm run dev
Live demo is also available. View Live