An open API service indexing awesome lists of open source software.

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.

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.

![image](https://github.com/alien-droid/PayLess/assets/77412085/0e373b34-c022-46ed-aa09-327268086486)

âš¡ Tech Stack

![React](https://img.shields.io/badge/React-61DAFB.svg?style=for-the-badge&logo=React&logoColor=black) 
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white) 
![Next.js](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white) 
![MongoDB](https://img.shields.io/badge/MongoDB-47A248.svg?style=for-the-badge&logo=MongoDB&logoColor=white)

## 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