UniNest is a React-based student accommodation platform that helps students find, explore, and compare rooms near their universities.
Designed with a mobile-first UI, smooth animations, and Firebase integration, UniNest focuses on simplicity, speed, and usability.
- Room Search & Filters — Browse rooms by price, location, and availability
- Detailed Room Listings — View photos, descriptions, and owner information
- Fully Responsive Design — Optimized for all screen sizes
- Smooth Animations — Built with Framer Motion for modern UI transitions
- Firebase Integration
- Real-time data storage
- Secure authentication
- Fast retrieval of room listings
- Component-Based Architecture — Clean, scalable React folder structure
| Technology | Purpose |
|---|---|
| React.js | Frontend framework |
| Tailwind CSS | Styling and layout |
| Framer Motion | UI animations |
| Firebase | Database / real-time storage / auth |
| Vite | Development setup |
UniNest/
├── src/
│ ├── components/
│ ├── pages/
│ ├── hooks/
│ ├── data/
│ ├── App.jsx
│ └── main.jsx
├── public/
├── package.json
└── [README.md](http://README.md)