/Stuff-shop

PRACTICAL WORK Building an online store using React.JS and Redux.

Primary LanguageJavaScript

Stuff-shop

Overview

This project is my way of learning REACT.JS + REDUX.

Building an online store using React.JS and Redux. From installing the React.js library to deploying a ready-made online store. When working, a fairly large functionality for the site was used: user registration, work with a basket of goods, selections of relevant goods, a list of liked goods. All information for the site was taken from the API.

Design maket is available - here

image


LIBRARY USE

  • $ npx create-react-app store
  • $ npm instal axios
  • $ npm instal react-router-dom
  • $ npm instal @reduxjs/toolkit
  • $ npm instal react-redux