SagnikGhosh18 / ECommerce_Task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ecommerce (React) Coding Assessment

Project functionalities

The user of this react application should be able to view all the products. The application should have the following workflow,

  1. User can log in to the store.
  2. Users can view all products.
  3. Users can add the products to the cart.

Development Setup

  • Clone this repo
  • npm install - To install the dependencies
  • npm run server - To start the JSON server
  • npm start - To start the react app

Project UI

Login/Register page

image

Home page

image

Cart page

image

Adding to favorites

image

Improvements

  1. Product detail page was incomplete.
  2. Implement proper authentication system

About


Languages

Language:JavaScript 88.3%Language:HTML 11.3%Language:CSS 0.3%