Buy Smart, save more!
Website
·
Issues
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.
- 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 😉
- Frontend : React.js, MUI, and Vite
- Backend : Express.js, Puppeteer, and Cheerio
Ensure you have Node.js install on your pc.
- Clone this repository
git clone https://github.com/DIlkhush00/SaveBucks
- Go to project directory and then client directory
cd SaveBucks && cd client
- Install packages and run the frontend
npm install
npm run dev
- Now go to server directory and run the server
cd .. && cd server
npm run dev
- Great! now you can use the application at
http://localhost:3000/SaveBucks
You can help by:
- Contribute to the source code
- Suggest new features and report bugs