Skip to content

y-brs/real-estate-app

Repository files navigation

Real Estate App

Real Estate Application — with rental homes and for-sale properties, advanced property filtering, property details page with an image carousel, error page, day/night theme and much more.

https://real-estate-app-rose.vercel.app

Stack

  • React - A JavaScript library for building user interfaces
  • Next.js - A React framework with hybrid static & server rendering, and route pre-fetching, etc.
  • Chakra UI - A simple, modular and accessible component library for React
  • RapidAPI
  • Axios
  • Millify
  • Nprogress
  • React-slick
  • React-icons

Project structure

$PROJECT_ROOT
│   # Page files
├── pages
│   # React component files
├── components
│   # Fetch and filters data files
├── utils
│   # Non-react modules
├── assets
│   # Static files for images
└── public

Screenshot

Screenshot 2021-11-30 at 23 33 47

Getting Started with Next.js

This is a Next.js project bootstrapped with create-next-app.

Available Scripts

First, run the development server:

npm run dev

yarn dev

Open https://localhost:3000 with your browser to see the result.

Learn More

To learn more about Next.js, take a look at the following resources: