DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

A fully responsive website where a user can search for a product

Shop-Easy website!

  1. A fully responsive website where a user can search for a product, and it will list all the buying links and prices after fetching from the Rest API.
  2. So the user can easily compare the prices and bookmark that product tile.
  3. It has Google Auth using Firebase and stores user bookmarks in the Firebase Firestore.

Technologies used:

A fully responsive website where a user can search for a product

React, Java-Script, Firebase, HTML, CSS, Rest API

Screenshots

Login Page: A fully responsive website where a user can search for a product

Home Page: A fully responsive website where a user can search for a product

Bookmarks Page: A fully responsive website where a user can search for a product

To preview and run the project on your device:

  1. Open project folder in Visual Studio Code
  2. In the terminal, run npm install
  3. Run npm start to view project in browser

GitHub

View Github

Top comments (0)