Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 2.47 KB

File metadata and controls

79 lines (53 loc) · 2.47 KB

Storefront

Application Description

a minimalistic storefront

Table of Contents

Storefront

Screenshots

mini_basket main_basket payment_page

Technology Stack

Technology Description
GraphQL a query language for APIs and a runtime for fulfilling those queries
React.js javaScript library
Styled Components a library for React & React Native to write and manage CSS

Features

  • PLP - product listing page, a.k.a. category page
  • PDP - product description page, a.k.a. product page
  • Cart page + Cart overlay (minicart)

How to use the app

Step #1 - Clone the project

$ git clone https://github.com/sandramsc/minimalistic-storefront.git

Step #2

cd client
  • Install dependencies: npm i OR yarn

  • To start the webapp, run: npm start OR yarn start

cd backend
  • Install dependencies: npm i OR yarn

  • To start the server, run: npm start OR yarn start

Author

Name Link
Sandra Ashipala https://linkedin.com/in/sandraashipala

License

GitLicense