Skip to content

Latest commit

 

History

History
97 lines (63 loc) · 3.52 KB

README.md

File metadata and controls

97 lines (63 loc) · 3.52 KB

Comfy Sloth

Table of contents

About The App

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

Screenshots

image image image image

Technologies

Technologies used to build this application:

HTML CSS JvaScript

Libraries used to build this application:

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod)

Setup

Below you find all scripts to clone, run and build this application.

Clone repo

git clone https://github.com/KingaMiroslaw/comfy-sloth.git

Install packages

npm install

Run app

First, run the development server:

npm run start

Open http://localhost:3000 with your browser to see the result.

Build

npm run build

Demo

See DEMO