Skip to content

Reeltor is a web app for seamless real estate browsing. Search, explore, and find your perfect home with ease.

Notifications You must be signed in to change notification settings

sitambhra/Reeltor

Repository files navigation

📌 Steps to Fork and Set Up the Project

1️⃣ Fork the Repository

  1. Go to the GitHub repository: Project Repository

  2. Click on the Fork button at the top-right corner.

  3. This will create a copy of the repository in your GitHub account.

2️⃣ Clone the Forked Repository

  1. Navigate to your forked repository on GitHub.

  2. Click on the Code button and copy the HTTPS or SSH link.

  3. Open your terminal and run:

git clone https://github.com/your-username/your-repository.git
  1. Change to the project directory:
cd your-repository

3️⃣ Install Dependencies

Make sure you have Node.js installed. If not, download and install it from Node.js official website.

1.Install all required dependencies:

npm install

4️⃣ Start the Development Server

1.Run the project in development mode:

npm run dev
  1. The app will be available at:
http://localhost:3000/

🎨 Tailwind CSS Setup

This project uses Tailwind CSS for styling. If you need to modify styles, edit the tailwind.config.js file and use Tailwind utility classes in your components.

📊 Using Recharts

Recharts is already installed and used in this project for creating charts. If you want to add a new chart, import components like this:

import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend } from 'recharts';

You can check the official Recharts documentation on their official page.

💡 Contributing

  1. Create a new branch for your changes:
git checkout -b feature-branch
  1. Make your modifications and commit them:
git add .
git commit -m "Describe your changes"
  1. Push to your fork:
git push origin feature-branch
  1. Open a Pull Request from your forked repository to the original repository.

⭐ If you like this project, make sure to star the repo!

✨ Happy Coding! 🚀

About

Reeltor is a web app for seamless real estate browsing. Search, explore, and find your perfect home with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages