Skip to content

Footwear e-commerce front end developed with React for the final project of the Coderhouse Backend Course.

Notifications You must be signed in to change notification settings

mathiramilo/chbp-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHBP Frontend

Footwear e-commerce frontend developed with React for the final project of the Coderhouse Backend Course.

You can see the backend here.

chbp-design

Features

  1. Authentication (Users can register and login themselves)
  2. Filter by Category (Users can filter the footwear by category)
  3. Cart Persistance (The users won't lose their cart if they leave the app)
  4. Cart Management (Users can change the quantity of a product or remove it from the cart)
  5. Make Order (Users can make orders)
  6. Orders History (Users can see their orders history)

App Technical Information

CHBP Footwear frontend is developed with React.

Global State Management

Global application state is managed with React Context API.

This is responsible for managing the authentication status of the app and the user cart.

Authentication

When a user is logged the backend sends a JWT (Json Web Token), it is stored in the application and sended as a header in every request that the user makes.

Personal Data

  • Visit my Github profile to see more amazing projects.
  • If you are interested, contact me on Linkedin.

About

Footwear e-commerce front end developed with React for the final project of the Coderhouse Backend Course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published