2023-01-06 17:31:19 +01:00
2023-01-06 16:30:17 +01:00
2023-01-06 17:31:19 +01:00
2023-01-06 16:30:17 +01:00
2023-01-06 16:30:17 +01:00
2023-01-06 17:04:35 +01:00
2023-01-06 16:30:17 +01:00

Online Shop

React React Router Redux SASS


Description


The Online Shop is build with React. It has custom responsive layout styled with SCSS. It makes an API call to fetch mock products from Dummy JSON API with Redux RTK Query. Added also Toastify for notifications. The application shows a product home page and a cart page, the routing is done with React Router.

Installation


Under the repository name, click on clone or download. In the terminal paste this command:

git clone https://dadobos.github.io/online-shop.git

Open the project in VSCode or move inside the folder with:

cd online-shop

Install the npm packages:

npm install

Run the application with:

npm start

In the browser open the "3000" port:

http://localhost:3000/

S
Description
The Online Shop is build with React. It has custom responsive layout styled with SCSS. It makes an API call to fetch mock products from Dummy JSON API with Redux RTK Query. Added also Toastify for notifications. The application shows a product home page and a cart page, the routing is done with React Router.
Readme
1.1 MiB
Languages
JavaScript 57.4%
SCSS 35.1%
HTML 7.5%