* User can browse products by category
* User can search products by name
* User can view product details
* User can add products to cart and make purchase
* User can view purchase history
* User can view and edit profile
* User can rate products
* User can view top rated products
To get started with the project, you will need to have Node.js and npm (or yarn) installed on your machine. Once you have those installed, you can clone the repository and install the dependencies by running the following commands:
git clone https://github.com/YashSharma7746/lying-flesh-4692.git
cd lying-flesh-4692
npm install
To start the development server and run the application locally, you can use the following command:
npm start
This will start a development server and open the application in your default browser at http://localhost:3000.
Chakra UI - A simple, modular and accessible component library that gives you the building blocks you need to build your React applications.
Firebase - A Backend-as-a-Service (BaaS) that provides an API to store and retrieve data, as well as authentication and hosting services.
Redux - JavaScript library for managing application state
Axios - A library for making HTTP requests
React Router - A library for handling routing in React applications
React-responsive-carousel - A library for creating responsive carousels in React
Yash Sharma Yash Sharma
Akash Singha
Sumit Pokhriyal
This project is licensed under the MIT License - see the LICENSE.md file for details
React-slick - A library for creating carousels in React
Swiper - A library for creating touch-enabled carousels
uuid - A library for generating universally unique identifiers (UUIDs)
web-vitals - A library for measuring web performance metrics
Remember to update your firebase config in the src/firebase.js file and also update src/components/Checkout/Checkout.js with the correct stripe publishable key.