Skip to content

Issam-AB/propease

Repository files navigation

PropEase - Real Estate Management Landing Page

Introduction

PropEase is a modern real estate management landing page that showcases property listings, agent profiles, and real estate services with an elegant and responsive design.

💻 Tech Stack

  • Next.js 15 – React framework for production
  • TailwindCSS – Utility-first CSS framework
  • Shadcn UI – Reusable components
  • Framer Motion – Smooth animations
  • React Hook Form – Form validations
  • Clerk – Authentication
  • TypeScript – Type-safe code
  • Number Flow – Smooth number animations

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/Issam-AB/propease
  2. Install dependencies:

    pnpm install
    # or
    yarn install
  3. Run the development server:

    pnpm run dev
    # or
    yarn dev
  4. Create Environment Variables .env:

    NEXT_PUBLIC_APP_NAME=PropEase

    NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
    CLERK_SECRET_KEY=
    NEXT_PUBLIC_CLERK_SIGN_IN_URL=/signin
    NEXT_PUBLIC_CLERK_SIGN_UP_URL=/signup
    NEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_URL=/
    NEXT_PUBLIC_CLERK_SIGN_UP_FALLBACK_URL=/
  1. Open http://localhost:3000 in your browser

🚀 Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Languages