Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 596 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 596 Bytes

A book shop

Introduction

This is a book shop with a user-friendly interface where you can view the full list of products, sort them by name or price. Details about each book can be viewed on the page of a separate book, get acquainted with its characteristics, add the required amount of products to the cart. Simple user authorization is implemented, the state of the cart is saved for each user after he logs out.

Technologies

  • ReactJS
  • React Hooks
  • Fetch
  • CSS-Modules / SCSS
  • React Router v6