Navperks is a real-time smart parking management and campus indoor navigation system. It provides users with up-to-date parking slot availability and seamless guidance throughout the KIET university campus.
🔗 Live Demo: https://navperks.vercel.app
- Frontend: React.js + Vite
- Styling: Tailwind CSS
- Routing: React Router
- Deployment: Vercel
- ✅ Real-time Parking Slot Status
- 🧭 Indoor Navigation System
- 📱 Responsive UI (Mobile & Desktop)
- 🚪 Entry/Exit Route Assistance
- 🧠 Smart Slot Suggestions (based on availability)
📁 Navperks-Frontend ├── 📁 public ├── 📁 src │ ├── 📁 assets │ ├── 📁 components │ ├── 📁 pages │ ├── 📁 services │ ├── 📁 routes │ ├── App.jsx │ └── main.jsx ├── package.json ├── tailwind.config.js └── vite.config.js
- Node.js (v14+)
- npm (v6+)
# Clone the repo
git clone https://github.com/HammmadH/Navperks-Frontend.git
cd Navperks-Frontend
# Install dependencies
npm install
# Run the development server
npm run dev
📬 Contact
Want to collaborate, suggest features, or report bugs?
Reach out via GitHub: HammmadH