Skip to content

eruj22/amazon-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Amazon

amazon

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

This is just a simple implementation of e-commerce store. You can sign in and log out, add items to the cart and remove them. The items are fetched from Fake Store API. The design took huge inspiration from Amazon store.

Built With

The project is build with these technologies:

  • React
  • SASS
  • React Router
  • Material UI
  • Firebase
  • React Hot Toast
  • React Content Loader

Possible improvements

The app can be improved in a few ways:

  • add Stripe payment
  • display more details about desired product in a separate page
  • improve checkout design and getting user's delivery address

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/eruj22/amazon-challenge
  1. Install NPM packages
npm install