Skip to content
/ CartX Public
forked from Vitisadi/CartX

React / JavaScript project aimed at finding the cheapest products near you. The backend will make API calls / web scrape websites of local stores and then compare prices of items to find the best store to go to.

License

Notifications You must be signed in to change notification settings

Nikulp23/CartX

 
 

Repository files navigation

CartX

React / JavaScript project aimed at finding the cheapest products near you. The backend will make API calls / web scrape websites of local stores and then compare prices of items to find the best store to go to.

How to run

  1. Start frontend
  • cd where2shop-app/frontend
  • npm start

In a new terminal... with first still running

  1. Start backend
  • cd where2shop-app/backend
  • npm start

To Do: Add logo inside src/frontend/assets

control + shift + p Dev Containers: rebuild without cache.

About

React / JavaScript project aimed at finding the cheapest products near you. The backend will make API calls / web scrape websites of local stores and then compare prices of items to find the best store to go to.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.7%
  • CSS 16.8%
  • HTML 3.5%