Welcome to the Supermarket App! This is a supermarket product listing application that allows you to view products, product details and order summary.
-
Product Listing: This app provides you a bunch of available products.
-
Product Detail: Product detail page offers a detailed look into selected product's specific details, including its name, description and price.
-
Cart: In the cart you can see order summary, and cart products.
-
React
-
React Router
-
Redux Toolkit
-
Redux Persist
-
Clone the repository:
git clone https://github.com/your-username/supermarket-app.git
-
Install:
cd supermarket-app
thennpm install
-
Running: run
npm start
-
Testing: run
npm test
-
Building: run
npm build