Skip to content

michaelikoko/Ecommerce-Store-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce-Store-Frontend

An ecommerce store web application, which recieves api data from a Django backend.

User uthentication is done using JWT.

The live project can be found here

Tools used

  • React
  • React router
  • Redux toolkit
  • React Bootstrap and Bootstrap
  • Axios
  • React Stripe Checkout

Pages

Landing Page

Screenshot 2022-09-17 190507

Products Page

This page displays available products. Products can be filtered, and searched. Screenshot 2022-09-17 190734

Cart Page

This page displays the items added to the cart by the user. Screenshot 2022-09-17 190900

Order History Page

This page displays purchases made by the user after checkout. Screenshot 2022-09-17 191433