src/ ├── app/ │ ├── store.js # Central store configuration │ └── apiSlice.js # RTK Query base API slice (optional for APIs) ├── store/ │ ├── user/ │ │ ├── userSlice.js # Manages user-related state │ │ └── userThunks.js # Handles async operations │ ├── rides/ │ │ ├── rideSlice.js # Manages ride-related state │ │ └── rideThunks.js # Handles async operations │ ├── pricing/ │ │ └── pricingSlice.js # Manages dynamic pricing state │ ├── notifications/ │ └── notificationSlice.js # Tracks notifications ├── components/ │ ├── Map/ │ │ └── Map.js # Map component │ ├── RideBooking/ │ │ └── RideBooking.js # Ride booking form │ └── DriverDashboard/ │ └── DriverDashboard.js # Driver management UI └── App.js # Main app component
-
Notifications
You must be signed in to change notification settings - Fork 1
shaik-adnan1/Velocity-fe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Velocity is an all out carpooling platform that connects drivers and passengers to share rides, reduce travel costs, and minimize environmental impact.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published