Skip to content

kubraguler/supermarket-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Supermarket App πŸ›’

Welcome to the Supermarket App! This is a supermarket product listing application that allows you to view products, product details and order summary.

Features

  • 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.

Technologies Used

  • React

  • React Router

  • Redux Toolkit

  • Redux Persist

Getting Started

  • Clone the repository: git clone https://github.com/your-username/supermarket-app.git

  • Install: cd supermarket-app then npm install

  • Running: run npm start

  • Testing: run npm test

  • Building: run npm build