FleetFlow is a simple, modern Fleet & Logistics Management System built using HTML, CSS, and JavaScript. It allows users to manage vehicles, drivers, and trips with a clean dashboard and real-time updates.
This project was created as a Hackathon Submission Demo Project to showcase logistics management functionality without requiring a backend server.
Open index.html in your browser to use the system.
- View total vehicles, drivers, and trips
- Fleet utilization overview
- Real-time updates
- Recent trip activity
-
Add new vehicles
-
Store vehicle name, license plate, and capacity
-
View vehicle list
-
Vehicle status tracking:
- Available
- On Trip
- Add drivers
- Store driver name and license number
- View driver list
- Delete drivers
-
Create trips by assigning:
- Vehicle
- Driver
- Cargo weight
-
Automatic validation for cargo capacity
-
Trip status tracking:
- Active
- Completed
-
Complete trips
-
Delete trips
-
Export trips as CSV
- Modern dashboard layout
- Status badges (Available, On Trip, Active, Completed)
- Toast notifications
- Confirmation modals
- Search and filter functionality
- Responsive design
- Loading animations
- Clean and professional interface
- HTML5
- CSS3
- JavaScript (Vanilla JS)
- LocalStorage (for data persistence)
- No backend required
FleetFlow/
│
├── index.html # Dashboard
├── vehicles.html # Vehicle management
├── drivers.html # Driver management
├── trips.html # Trip management
├── style.css # Styling
├── script.js # Application logic
└── README.md # Project documentation
All data is stored in the browser using LocalStorage, so no database or server is required.
- Download or clone the repository
git clone https://github.com/jainiksha/odoo.git
-
Open the folder
-
Double click:
index.html
- The system will open in your browser.
- Add Vehicles
- Add Drivers
- Create Trips
- View Dashboard updates
- Complete trips
- Export CSV
- Backend integration (Node.js / Odoo / Django)
- Database storage
- User authentication
- Role-based access
- API integration
- Cloud deployment
Jainiksha Patel
GitHub: https://github.com/jainiksha
This project is for educational and hackathon demonstration purposes.
Created for Hackathon submission to demonstrate fleet management workflow, UI/UX design, and frontend functionality.