A fully responsive website where a user can search for a product
Shop-Easy website!
- 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.
- So the user can easily compare the prices and bookmark that product tile.
- It has Google Auth using Firebase and stores user bookmarks in the Firebase Firestore.
Technologies used:
React, Java-Script, Firebase, HTML, CSS, Rest API
Screenshots
Login Page:
Home Page:
Bookmarks Page:
To preview and run the project on your device:
- Open project folder in Visual Studio Code
- In the terminal, run
npm install
- Run
npm start
to view project in browser