Welcome to Rent App! This is a web application built with React and Node.js, with Puppeteer integration to fetch rental listings and display them based on price range.
Rent App fetches rental listings using Puppeteer and displays them in a user-friendly interface. It helps users find rental properties that fit their budget.
- Fetch Rents: 📝 Utilizes Puppeteer to scrape rental listings from various sources.
- Filter by Price Range: 💰 Allows users to filter rental properties based on their preferred price range.
- Sort Listings: 🔍 Sorts listings between two price ranges for easy comparison.
- Clone the repository:
git clone https://github.com/den012/RentApp.git
- Install the dependencies:
cd demoApp
npm install
cd puppeteer
npm install
- Run the application:
Start the server:
node server.js
Start the client:
npm run dev
- React
- Node.js
- Puppeteer
- Tailwind CSS
Contributions are welcome! Feel free to open a pull request or create an issue if you find any bugs or have suggestions for improvements.