Skip to content

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.

License

Notifications You must be signed in to change notification settings

kopach-artem/Fleet-Managment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages