Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/issam-ab/propease

Modern SaaS landing for your real estate business
https://github.com/issam-ab/propease

auth clerk framer-motion landing-page modern-ui next nextjs-template nextjs15 react react-hook-form saas saas-boilerplate shadncui tailwindcss ui

Last synced: 3 days ago
JSON representation

Modern SaaS landing for your real estate business

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/Issam-AB/propease
```

2. Install dependencies:

```bash
pnpm install
# or
yarn install
```

3. Run the development server:
```bash
pnpm run dev
# or
yarn dev
```
4. Create Environment Variables
`.env`:

```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=/
```

5. Open [http://localhost:3000](http://localhost:3000) in your browser

## 🚀 Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new) from the creators of Next.js.

Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

## 📜 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.