A responsive e-commerce website built with React.js for selling men's, women's, and kids' clothing. The project is structured with multiple page components for different sections of the site.
- Home page showcasing featured products and categories
- Separate pages for men's, women's, and kids' clothing
- Product detail pages
- Shopping cart functionality
- Responsive design for seamless viewing on all devices
This project was bootstrapped with Create React App.
Ensure you have the following installed on your local development environment:
- Node.js (v14 or above)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Indranil102/shopper-ecommerce.git cd shopper-ecommerce -
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 to view the app in your browser.
In the project directory, you can run:
Runs the app in the development mode. The page will reload if you make edits. You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder. It bundles React in production mode and optimizes the build for the best performance.
This is a one-way operation that gives you full control over the build configuration. Use with caution.
shopper-ecommerce/
├── public/ # Public assets
├── src/
│ ├── components/ # Reusable components
│ │ ├── Assets.jsx
│ │ ├── Breadcrum.jsx
│ │ ├── CartItem.jsx
│ │ ├── DescriptionBox.jsx
│ │ ├── Footer.jsx
│ │ ├── Hero.jsx
│ │ ├── Itemsr.jsx
│ │ ├── Navbar.jsx
│ │ ├── NewCollection.jsx
│ │ ├── NewsLetter.jsx
│ │ ├── Offers.jsx
│ │ ├── Popular.jsx
│ │ ├── ProductDisplay.jsx
│ │ ├── RelatedProduct.jsx
│ ├── pages/ # Page components
│ │ ├── Cart.jsx
│ │ ├── LoginSignUp.jsx
│ │ ├── Product.jsx
│ │ ├── Sop.jsx
│ │ ├── ShopCategory.jsx
│ │ ├── CSS
│ ├── App.js # Main App component
│ ├── index.js # Entry point
├── README.md # Project documentation
├── package.json # Project metadata
-
Build the project for production:
npm run build
-
Deploy the contents of the
buildfolder to your hosting platform of choice.
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.