Fire Homes is a property listing web application built with Next.js and Firebase. It provides a modern interface for browsing properties while giving administrators tools to manage listings from a single platform.
- Next.js
- Firebase Authentication
- Cloud Firestore
- Firebase Storage
- Manage properties with full CRUD operations
- Upload and manage property-related assets
- Maintain listing data in Firestore
- Search properties
- Filter property results
- Save favorite properties
- Node.js
- npm
- Firebase project configuration
Use .env.example as the template and place your real values in .env.local.
npm installnpm run devOpen http://localhost:3000 in your browser.
npm run devstarts the development servernpm run buildbuilds the app for productionnpm run startstarts the production servernpm run lintruns linting
This project is designed to support both property administrators and end users in a single workflow: admins can manage listings efficiently, and users can discover properties through search, filtering, and favorites.