Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.44 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.44 KB

React-ecom-shop

An e-commerce shop front-end with products and cart

ScreenShot

Problem Statement

Deployed

Link to firebase app
Deployed on firebase
Github Actions setup for continuous delpoyment

Geektrust review

Run Locally

Go to the project directory

  cd react-e-c

Install dependencies

  npm install

Start the server

  npm run start
  • Runs the app in the development mode.

  • Open http://localhost:3000 to view it in your browser.

  • The page will reload when you make changes.

  • You may also see any lint errors in the console.

Features

  • Every t-shirt type has a limited quantity. If the customer tries to order more than the available quantity, an error message should appear.
  • Filter can be applied by itself or on top of the search results.
  • Filters, search and cart retained on navigation between pages.
  • Navigation between screens.
  • All features (search, filter, add to cart etc) are handled on the client side.
  • Responsive
  • Animations

Tech Stack

Client: React JS, JavaScript, CSS, HTML

Skills

Javascript, HTML, CSS, React, Redux, Router, Hooks

License

MIT License