You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vehiqo is a modern, production-ready Vehicle Rental System frontend built with Next.js and TypeScript. It provides a seamless rental experience for customers and a powerful management interface for admins — from vehicle browsing and booking to payments and reviews.
The frontend connects to the Vehiqo Backend REST API and supports a complete rental workflow: vehicle discovery, booking, advance payment, pickup, return, and final billing.
# 1. Clone the repository
git clone https://github.com/meshal10613/vehiqo-frontend.git
cd vehiqo-frontend
# 2. Install dependencies
npm install
# 3. Set up environment variables
cp .env.example .env.local
# 4. Start the development server
npm run dev
Vehiqo is a modern, production-ready Vehicle Rental System frontend built with Next.js and TypeScript. It provides a seamless rental experience for customers and a powerful management interface for admins — from vehicle browsing and booking to payments and reviews.