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.
- Load and create vehicle databases.
- Add new vehicle and refueling records.
- Save database changes to files.
- Service forecasting based on mileage.
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
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.
Contributions to the Car Fleet Manager are welcome. Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin new-feature
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE
file for details.
For any queries, please open an issue in the GitHub repository, or contact the repository owner at kopach.artem@edu.bme.hu.
- Contributors and testers who have helped to improve this application.
- Open source projects that have provided inspiration and code snippets.