Features

  • Beauty UI similar to ecommerce website
  • Fully responsive and mobile friendly
  • User can view details of an item
  • Pagination applied | Only limited number of product display on the page
  • Sorting used and user can filter products according to their choice

Products -image

filtering image

Pagination image

🚀 What technologies were used?

  • react.js (create-react-app)
  • react-dom-router
  • react-bootstrap
  • state management using Context API

How can you clone and tweak this project?

From your command line, first clone this repo:

# Clone this repository
$ https://github.com/22tushar/ShopIn.git

# Go into the repository
$ cd ShopIn

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies using NPM:

# Install dependencies
$ npm install

# Start development server
$ npm start

👨‍💻 Happy coding!