https://github.com/kopach-artem/fleet-managment
Car Fleet Manager in C: Manages vehicle data, refueling logs, and service alerts. The program utilizes linked lists for efficient data handling and provides a console-based user interface for interactive management. Includes source code, user interface, and documentation.
https://github.com/kopach-artem/fleet-managment
c c-plus-plus data-structures fleet-management structures
Last synced: 3 months ago
JSON representation
Car Fleet Manager in C: Manages vehicle data, refueling logs, and service alerts. The program utilizes linked lists for efficient data handling and provides a console-based user interface for interactive management. Includes source code, user interface, and documentation.
- Host: GitHub
- URL: https://github.com/kopach-artem/fleet-managment
- Owner: kopach-artem
- License: mit
- Created: 2024-04-25T10:31:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T13:21:33.000Z (about 2 years ago)
- Last Synced: 2025-04-05T10:31:24.294Z (over 1 year ago)
- Topics: c, c-plus-plus, data-structures, fleet-management, structures
- Language: C
- Homepage:
- Size: 973 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Car Fleet Manager
## Overview
The Car Fleet Manager is a C language program designed to manage and track a fleet of vehicles, their refueling history, and service requirements. It provides a simple console interface for interactive database management.
## Features
- Load and create vehicle databases.
- Add new vehicle and refueling records.
- Save database changes to files.
- Service forecasting based on mileage.
## Installation
To install the Car Fleet Manager, clone the repository to your local machine using the following command:
```
git clone https://github.com/kopach-artem/Car-Fleet-Manager/.git
```
## Files Description
- `Source.c`: Main application source code.
- `Cars.txt`: Initial car database.
- `Refueling.txt`: Initial refueling log.
- `Examples from Specification.pdf`: Detailed feature specifications.
- `If smth wrong THE SOLUTION HERE.txt`: Troubleshooting guide.
## Contributing
Contributions to the Car Fleet Manager are welcome. Please follow these steps:
1. Fork the repository.
2. Create a feature branch: `git checkout -b new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin new-feature`
5. Submit a pull request.
## License
This project is licensed under the MIT License - see the `LICENSE` file for details.
## Contact
For any queries, please open an issue in the GitHub repository, or contact the repository owner at kopach.artem@edu.bme.hu.
## Acknowledgments
- Contributors and testers who have helped to improve this application.
- Open source projects that have provided inspiration and code snippets.