Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/issam-ab/propease
- Owner: Issam-AB
- Created: 2025-01-31T11:12:08.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-01-31T11:37:35.000Z (4 days ago)
- Last Synced: 2025-01-31T12:26:20.021Z (4 days ago)
- Topics: auth, clerk, framer-motion, landing-page, modern-ui, next, nextjs-template, nextjs15, react, react-hook-form, saas, saas-boilerplate, shadncui, tailwindcss, ui
- Language: TypeScript
- Homepage: https://propease-seven.vercel.app
- Size: 6.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=PropEaseNEXT_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.