This is a clone of the Zappos website built with React and Chakra UI. The goal of this project was to replicate the Zappos user interface and functionality to better understand frontend development using React, CSS, and modern web technologies.
- Responsive Design: Optimized for mobile and desktop views.
- Product Listing: Displays shoes, sneakers, boots, and clothing products.
- Navbar and Sidebar: For easy navigation across the site.
- Product Detail Page: For viewing individual product details.
- Search Functionality: Allows users to search for specific products.
- React: A JavaScript library for building user interfaces.
- Chakra UI: A simple, modular, and accessible component library for React.
- Vite: A modern build tool that significantly improves development experience.
- JavaScript (ES6): The core programming language.
- CSS/SCSS: Styling the components and ensuring a consistent look across the site.
-
Clone the repository:
git clone https://github.com/Shkmr07/Zappos_Project.git
-
cd zappos-clone
-
npm install
-
npm run dev