Skip to content

tan27/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Marketplace / E-Commerce App 🛒

Marketplace with profiles.

Development Focus

  • Maintain state with React Hooks.
  • Create useEffect to ashychronously fetch products from API.
  • Utilize Cart Provider for cart management and implementation speed.
  • Include back-end, utilizing Rest APIs and MongoDB to manage user data.
  • Include individual css and tachyons for styling.
  • Deploy to Heroku.

Development Improvement

  • Refactor all states to being managed with React Hooks.
  • Clean-up components with repeated code.