Skip to content

SamanKeighobadi/shop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shoping App with React.js + Semantic UI

An online shop developed with React.js Front-End library , Semantic UI Framework and fake store api

What did I learn in this project?

  • how to work with Semantic UI in React.js
  • how to validation forms with yup and formik
  • how to use custom hooks to have clean code
  • add & product to cart and send props to other components

Tools used in this project:

  • Axios HTTP client library for send request to fake store api
  • React Helmet component for make dynamic title
  • React Spinners collection of loading spinners for React.js
  • React Router Dom v5 for routing in website
  • Semantic UI component framework for theming websites
  • Yup and Formik for validation inputs and forms
  • React toastify and sweet alert2 for notifications
  • Prop Types for checking props type