Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.01 KB

E-commerce Frontend

This is an example of an e-commerce website frontend that mocks a jersey online store.

It consumes an API served in Node that you can check here.

The main idea for this project was to implement both frontend and backend in less than 15 days, so it's not a complete solution yet.

✨ The Code

It was bootstraped with Create React App flagged with typescript and has those main dependencies installed:

  • reack-hook-form
  • styled-components
  • react-router
  • react-icons
  • yup
  • msw

✨ Some Features

  • 👤 user register and sign in
  • 🛒 shopping cart
  • 📋 wishlist
  • 📝 products reviews
  • 🔍 products search
  • 🌚🌞 dark and light modes

👁‍🗨 Pictures

home light

home dark

cart

product-details

wish list

login