The Comfy Sloth it is a project of a furniture website, where we can get acquainted with the store's assortment and purchase selected products.
The project was created while attending the React 18 Tutorial and Projects Course (2023) created by John Smilga. The main goals of the project was to broaden knowledge, especially in the field of Context and Reducer and working with API using Axios. In addition, the basic tools of React itself were practiced, creating styles using Styled-Components, as well as user authorization using auth0 and and payment using Google Pay.
Features:
- Register User
- Login User
- Logout User
- Sort products
- Filter products
- Search products
- Add products to the cart
- Delete products from the cart
- Pay for products
Technologies used to build this application:
Libraries used to build this application:
Below you find all scripts to clone, run and build this application.
git clone https://github.com/KingaMiroslaw/comfy-sloth.git
npm install
First, run the development server:
npm run start
Open http://localhost:3000 with your browser to see the result.
npm run build