Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.92 KB

README.md

File metadata and controls

63 lines (45 loc) · 1.92 KB

React Ecommerce Store

Static Badge Static Badge Static Badge

Welcome to the React Ecommerce Store! This project is a yellow-blue-schemed ecommerce website built using ReactJS for home and retail products.

Features

  • User Authentication: Sign up and login functionality.
  • Product Listing: Display of various home and retail products.
  • Shopping Cart: Add, remove, and manage items in the cart.
  • Backend Integration: Connects to a backend API for product data and user management.

Demo

Check out the live demo here. Login with credentials: testuser and password test1234.

Installation

  1. Clone the repository:

    git clone https://github.com/ajitagupta/react-ecommerce-store.git
    cd react-ecommerce-store
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

    Open http://localhost:3000 to view it in the browser.

Scripts

In the project directory, you can run:

  • npm start: Runs the app in development mode.
  • npm test: Launches the test runner.
  • npm run build: Builds the app for production.
  • npm run eject: Ejects the configuration for customization.

Technologies Used

  • ReactJS
  • JavaScript
  • CSS
  • HTML

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

Acknowledgements

This project was bootstrapped with Create React App.


For more details, visit the GitHub repository.