https://github.com/alien-droid/payless
A website used for tracking products prices on Amazon, so that you can buy whenever you feel the prices as lower.
https://github.com/alien-droid/payless
Last synced: 12 months ago
JSON representation
A website used for tracking products prices on Amazon, so that you can buy whenever you feel the prices as lower.
- Host: GitHub
- URL: https://github.com/alien-droid/payless
- Owner: alien-droid
- Created: 2024-01-23T00:58:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T03:36:37.000Z (over 2 years ago)
- Last Synced: 2025-06-18T17:49:34.361Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://pay-less.vercel.app
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PayLess
A Simple Next.js Application used for Tracking Prices of your favorite 'Amazon' Prices and helping you find the lowest prices so you have to 'pay less'.
[🔗](https://pay-less.vercel.app/)
###
- Scraped Using the [Bright Data](https://brightdata.com/products/scraping-browser) and Parsing using the [Cheerio](https://cheerio.js.org/) Library.
- Used MongoDB/NoSQL for storing the Data.

âš¡ Tech Stack
Â
Â
Â

## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
### Deployment
- Deployed using the [Vercel](https://vercel.com/alien-droids-projects) Platform