-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/AshuYadav2004/We_Care_Cab
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# We Care Cab - Admin Panel | ||
|
||
Welcome to the We Care Cab Admin Panel! This admin panel provides the tools and functionalities to manage the We Care Cab booking system efficiently. | ||
|
||
## Features | ||
|
||
- **Dashboard**: Get an overview of the cab booking statistics, including total bookings, active rides, and more. | ||
- **Manage Bookings**: View, edit, and manage all cab bookings. | ||
- **Driver Management**: Add, update, and remove driver information. | ||
- **Cab Management**: Manage cab details including availability and maintenance schedules. | ||
- **User Management**: Handle user accounts, view user details, and manage permissions. | ||
- **Reports**: Generate and view reports on cab bookings, driver performance, and more. | ||
|
||
## Getting Started | ||
|
||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/ashuyadav2004/We_Care_Cab.git | ||
``` | ||
2. Navigate to the project directory: | ||
```bash | ||
cd We_Care_Cab | ||
``` | ||
3. Open `index.html` in your browser to start the admin panel. | ||
|
||
## Live Demo | ||
|
||
Check out the live demo of the admin panel [here](https://ashuyadav2004.github.io/We_Care_Cab/). | ||
|
||
## Technologies Used | ||
|
||
- **HTML5 & CSS3**: For the basic structure and styling. | ||
- **Bootstrap**: For responsive design and layout. | ||
- **JavaScript**: For interactive functionalities. | ||
|
||
## Contributing | ||
|
||
We welcome contributions! Please fork the repository and submit a pull request with your changes. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. |