Skip to content

IbrahiimKamal/react-redux-hooks-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce project using modern technologies:-


  • ReactJS
  • React Hooks
  • Redux
  • Redux Thunk
  • Redux Persist
  • react-router-dom
  • react-loader-spinner
  • react-slick
  • sass
  • JSX
  • react-icons
  • axios
  • bootstrap-grid

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build