https://github.com/bforbilly24/propease-nextjs-frontend-app
Landing Page Template
https://github.com/bforbilly24/propease-nextjs-frontend-app
magicui nextjs shadcn-ui tailwindcss
Last synced: 3 months ago
JSON representation
Landing Page Template
- Host: GitHub
- URL: https://github.com/bforbilly24/propease-nextjs-frontend-app
- Owner: bforbilly24
- License: mit
- Created: 2025-07-21T11:26:13.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-21T11:30:18.000Z (3 months ago)
- Last Synced: 2025-07-21T13:21:12.123Z (3 months ago)
- Topics: magicui, nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://propease-nextjs-frontend-app.vercel.app
- Size: 6.46 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/bforbilly24/propease-nextjs-frontend-app.git
```2. Install dependencies:
```bash
pnpm install
# or
yarn install
```3. Run the development server:
```bash
pnpm run dev
# or
yarn dev
```
4. Environment Variables
Rename `.env.example` to `.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.