Skip to content

DIlkhush00/SaveBucks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SaveBucks Logo

SaveBucks

Buy Smart, save more!
Website · Issues

About The Project

SaveBucks is a smart price comparison tool that helps users find the best deals online. You can search for any product, and it scrapes real-time data to show you the most affordable options out there.

Oh, and one of the main reasons I built this was to get my hands on web scraping and try out different tech tools. 👀

Note

SaveBucks is for educational purposes only. Users are responsible for complying with website terms of service. The creator is not liable for any misuse.

Key Features:

  • Search for any product and compare different prices in real-time
  • Experience a nice user interface
  • Works seamlessly across devices.
  • Dark mode for my fellow developers 😉

Technologies

  • Frontend : React.js, MUI, and Vite
  • Backend : Express.js, Puppeteer, and Cheerio

Setup & Installation

Ensure you have Node.js install on your pc.

  1. Clone this repository
git clone https://github.com/DIlkhush00/SaveBucks
  1. Go to project directory and then client directory
cd SaveBucks && cd client
  1. Install packages and run the frontend
npm install
npm run dev
  1. Now go to server directory and run the server
cd .. && cd server
npm run dev
  1. Great! now you can use the application at http://localhost:3000/SaveBucks

Contributing

You can help by:

License

MIT