EugeneGohh / ecommerce-group-project

Creating a fullstack React/Node ecommerce app - Group work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-commerce Project

Table of contents

Installation

Before working on this project make sure to clone this project first.

git clone https://github.com/lorenzojkrl/ecommerce-group-project.git 

After clonning, install all the dependencies using the following command:

If you're using npm:

npm install

If you're using yarn:

yarn install

Info

This is a full stack web application that demonstrates an e-commerce website using PERN stack.

Aim

Learn & collaborate project together as a team.

Technologies

  1. PostgreSQL
  2. ExpressJS
  3. ReactJS
  4. NodeJS

Status

  • Plan project
  • Build the front-end
  • Build the back-end
  • Final check
  • Project is finished

Illustrations

Preview of desktop & mobile design

Desktop Design

desktop_design

Functionalities

  • Users can select to display products in a single category.
  • Users can click on any product to get more information including pricing, reviews and rating.
  • Users can select items and add them to their shopping cart.

Sources

Contributing

Consider contributing? Click me!

About

Creating a fullstack React/Node ecommerce app - Group work

License:MIT License


Languages

Language:JavaScript 93.7%Language:HTML 6.1%Language:CSS 0.2%