Skip to content

Latest commit

Β 

History

History
56 lines (45 loc) Β· 2.48 KB

File metadata and controls

56 lines (45 loc) Β· 2.48 KB

OGA Driver Platform

πŸš— A comprehensive tricycle (Keke) hire and purchase platform for Nigeria

OGA Driver is a modern web platform that connects tricycle drivers, vehicle owners, and investors in Nigeria's transportation ecosystem. Whether you're looking to hire a tricycle for daily operations, purchase one for your fleet, or invest in the growing transportation sector, OGA Driver provides the tools and services you need.

🌟 Features

For Drivers

  • Hire Purchase: Own a tricycle through flexible payment plans

  • Mobile App: Dedicated driver app for operations (coming soon)

For Vehicle Owners (Ogas)

  • Fleet Management: Manage multiple tricycles efficiently
  • Investment Tracking: Monitor returns on vehicle investments
  • Driver Matching: Connect with verified drivers
  • Maintenance Support: Scheduled maintenance and support services

πŸš€ Tech Stack

πŸ“ Project Structure

oga-driver-platform/ β”œβ”€β”€ app/ # Next.js App Router pages β”‚ β”œβ”€β”€ about/ # About page β”‚ β”œβ”€β”€ contact/ # Contact page β”‚ β”œβ”€β”€ hire-rent/ # Vehicle hire/rent page β”‚ β”œβ”€β”€ login/ # Login page β”‚ β”œβ”€β”€ signup/ # Registration page β”‚ β”œβ”€β”€ testimonials/ # Customer testimonials β”‚ β”œβ”€β”€ layout.tsx # Root layout β”‚ └── page.js # Homepage β”œβ”€β”€ components/ # Reusable components β”‚ β”œβ”€β”€ ui/ # UI component library β”‚ β”œβ”€β”€ Header.js # Navigation header β”‚ β”œβ”€β”€ Footer.js # Site footer β”‚ β”œβ”€β”€ Hero.js # Hero section β”‚ └── ... # Other components β”œβ”€β”€ hooks/ # Custom React hooks β”œβ”€β”€ lib/ # Utility functions β”œβ”€β”€ public/ # Static assets β”‚ β”œβ”€β”€ images/ # Image assets β”‚ └── ... # Other static files β”œβ”€β”€ styles/ # Global styles └── ...