Skip to content

YouTube project from scratch for using redux toolkit, firebase and Mui in a react app

Notifications You must be signed in to change notification settings

ObadaMoustafa/shopping-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopping cart from scratch

This is a lesson on Youtube You can see how to build this project from scratch from here

Why I follow this playlist ?

  • In this Playlist we gonna build a complete project about shopping cart.
  • We will use firebase realtime database to show our product and to control our shopping cart.
  • So we can add, minus and delete a product in the shopping cart.
  • also will use firebase authentication
  • We will secure the firebase database data and will put rolls so every user can only access his data even if he got our configuration object.
  • We gonna use redux toolkit and will use thunk as well.
  • The UI will be built with MUI material react liberary Then that's why it will be a great opportunity to join me in this project.