Skip to content

(Leia a descrição) Para ter acesso a um projeto e-commerce completo.

Notifications You must be signed in to change notification settings

GusRot/e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You must run the backend to visualize this project, see instructions below.

Versão README Português

Simulation of e-commerce application

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

Used in development

  • REACT - Class Components as standard;
  • REDUX to control variables as currency, products, attributes, qtds;
  • REDUX-Persist to save user data;
  • Data fetch in GRAPHQL (Endpoint provided by Scandiweb) using Apollo Client.
  • Styled components to manage props and theme dark/light mode.
  • Router-DOM to manage different Routes.
  • react-modal react-select swiper react-icons polished html-react-parser.

How to run the Backend Endpoint

  • Open another terminal in the folder of this repository.
  • Utilize commands: cd BackendEndpoint && yarn install && yarn build && yarn start and the server will run at localhost:4000. (cd BackendEndpoint && npm i && npm run build && npm start)

You can also open the original repository with just the backend and follow the instructions in it.

Access here to visualize the Endpoint repository.

How to run front-end

[Access link here] (https://e-commerce-beta-henna.vercel.app/) to visualize this project build.

Or utilize commands yarn install && yarn start in the folder of this repository. (npm install --legacy-peer-deps && npm start)

Video Preview (Youtube)

Watch the video

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts you can run:

yarn install yarn start yarn build

About

(Leia a descrição) Para ter acesso a um projeto e-commerce completo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published