![Online Shop Screenshot](/sla686/frontend-online-shop/raw/main/OnlineShop.png)
'Online Shop' is a frontend project written with TypeScript, Material-UI, React and Redux. This is one of my frontend projects I have ever done! The purpose of this project was to learn about building a frontend web application. I have also improved my skills with Material-UI, React and Redux.
About • Demo • Installation • Author • License
The project consists of:
- React.js (17+)
- React Router (6+)
- Redux (toolkit)
- Material-UI (5+)
Redux store has the following features:
- Product reducer: get all products, find a single products, update and delete a product (enabled only for the admin)
- User reducer: get all users, find a single user, create new user
- Cart reducer: add product to cart, remove products, update products's quantity in cart
- Frontend: Online Shop - (Admin profile: admin@mail.com / admin123)
- API endpoint used: https://fakeapi.platzi.com/
In the project directory, you can run:
Install all the dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
- LinkedIn: Viacheslav Semushin
- Github: @sla686
Copyright © 2022 @sla686