c62facf587cf4d4005b9c86e1064e062c0d63c1c
Online Shop
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/
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.
1.1 MiB
Languages
JavaScript
57.4%
SCSS
35.1%
HTML
7.5%