Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soualahmohammedzakaria/ski-rental-system
A C application to manage, organize, and represent the reservation and rental of skis for a ski resort.
https://github.com/soualahmohammedzakaria/ski-rental-system
c c-application management-system
Last synced: about 8 hours ago
JSON representation
A C application to manage, organize, and represent the reservation and rental of skis for a ski resort.
- Host: GitHub
- URL: https://github.com/soualahmohammedzakaria/ski-rental-system
- Owner: soualahmohammedzakaria
- License: mit
- Created: 2024-07-25T20:12:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T20:14:31.000Z (7 months ago)
- Last Synced: 2024-12-18T23:14:36.354Z (about 2 months ago)
- Topics: c, c-application, management-system
- Language: C
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
Ski Rental System is a project I worked on with my friend Rayan during our first year of computer science in 2023. The main objective of this project is to manage, organize, and represent the reservation and rental of skis for a ski resort. We implemented this system using a linked list of sub-lists and a table of records. The application allows users to create, modify, delete, and browse these structures efficiently.
![Demo](.githubutils/demo.png)
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.