This project is a comprehensive eCommerce web application built using React and bootstrapped with Create React App. Package management is handled by Yarn.
Our eCommerce application provides a seamless shopping experience. Users can browse products, add them to their cart, and complete purchases.
- User authentication and profile management
- Browse products by category
- Add products to shopping cart and manage the cart
- Checkout and payment integration
- Responsive design, works on mobile and desktop browsers
Here are more screenshots of the application:
To get a local copy up and running follow these simple steps.
-
Clone the repo:
git clone https://github.com/rokasandreikenas/ecommerce.git -
Install Yarn packages:
yarn install -
Start the server:
yarn start
You can now view the application running at localhost:3000 in your browser.
We welcome any contributions you make.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request






