- React JS
- Redux JS
- React Router
- Stripe
- Redux Logger
- Redux Persist
- Styled Components
- Reselect for Redux
- Firebase
- SASS
- Implementation of a register / login / google authentication with Firebase
- State managment with React JS and Redux JS
- The use of Redux persist to manage state in local storage so when reload page, the site maintains its state
- Creation of a database in Firebase in order to store:
- Users and their purchases history
- Clothes catalog in order by categories
- Implementation of Styled Components Library in order to keep components' styles independent and more flexible
- Implemented SASS library to manage styles (Deleted when implemented Styled Components)
- Fork this repo to your account
- Clone it to your local machine
- Run
yarn
ornpm i
to install packages - Open your browser in
http:localhost:3000