remydev47 / realestate1.0

A project built in Reactjs, Nextjs , implimenting SSR.

Home Page:realestate2-0.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

  • Property Details: Users can click on a property to view detailed information, including description, features, and additional images.
  • Favorite Listings: Users can save their favorite listings for future reference by clicking the "Save" button.
  • RapidAPI Integration: The application utilizes the RapidAPI API to fetch real estate data, including property listings and details.

Installation

  1. Clone the repository: git clone https://github.com/your-username/real-estate-app.git
  2. Navigate to the project directory: cd real-estate-app
  3. Install dependencies: npm install

Configuration

  1. Sign up for a RapidAPI account at https://rapidapi.com/ and obtain an API key.
  2. Open the .env file and replace YOUR_RAPIDAPI_API_KEY with your actual RapidAPI API key.

Usage

  1. Start the development server: npm run dev
  2. Open your browser and navigate to http://localhost:3000 to access the application.

Technologies Used

  • Next.js: A React framework for server-side rendering and building modern web applications.
  • RapidAPI: An API marketplace that provides access to various APIs, including the real estate API used in this application.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Feel free to customize the README file to include additional sections or information specific to your real estate application.

About

A project built in Reactjs, Nextjs , implimenting SSR.

realestate2-0.vercel.app


Languages

Language:JavaScript 99.1%Language:CSS 0.9%