Live URL: https://my-zappos-clone.netlify.app/
This project is a clone of Zappos made with React. It includes functionality such as adding items to the cart and removing items from the cart. The UI is responsive, ensuring a seamless experience across various devices.
Follow these steps to get the project up and running on your local machine:
-
Clone the project or download as zip:
git clone https://github.com/imoamo/Zappos-Clone.git
Or download the zip file from the repository and extract it.
-
Install packages:
npm install
-
Run the development server:
npm run dev
Once the development server is running, you can access the Zappos clone through your web browser. Explore the site, add items to the cart, and test out the responsiveness of the UI.