Welcome to the React Ecommerce Store! This project is a yellow-blue-schemed ecommerce website built using ReactJS for home and retail products.
- 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.
Check out the live demo here.
Login with credentials: testuser
and password test1234
.
-
Clone the repository:
git clone https://github.com/ajitagupta/react-ecommerce-store.git cd react-ecommerce-store
-
Install dependencies:
npm install
-
Start the development server:
npm start
Open http://localhost:3000 to view it in the browser.
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.
- ReactJS
- JavaScript
- CSS
- HTML
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.
This project was bootstrapped with Create React App.
For more details, visit the GitHub repository.