Gas Station is a C# Windows Forms application developed using .NET. The project is designed to provide cashiers with a simple and intuitive interface to manage gas station operations. It allows users to calculate fuel prices in UAH and include additional charges from a mini-cafe service, ensuring an easy and efficient workflow for cashiers.
This project was created as part of my homework assignment at IT Step Academy. It showcases how to build a WinForms-based interface for gas station operations, including calculating fuel costs and additional services from a mini-cafe.
Follow these steps to set up the project:
- Clone the repository:
git clone https://github.com/zabavb/Gas-station.git
- Open the solution file in Visual Studio, build the project, and run the application.
- Fuel Price Calculation: Calculate the total fuel cost in UAH based on the selected fuel type and quantity.
- Mini-Cafe Service: Add additional items from a mini-cafe to the total bill.
- Simple WinForms Interface: User-friendly design for fast and efficient cashier operations.
To use this application, simply input the required fuel type and amount, along with any additional services from the mini-cafe, and the application will calculate the total price.
Contributions are welcome! If you have any suggestions or improvements, feel free to fork the repository and submit a pull request.
- Fork the Repository: Click the "Fork" button at the top-right of this page.
- Create a Branch: Create a new branch for your changes.
- Commit Changes: Make your changes and commit them with a descriptive message.
- Push to Your Fork: Push your changes to your forked repository.
- Submit a Pull Request: Go to the "Pull Requests" tab and submit a new pull request.
If you have any questions or inquiries, feel free to reach out to me at email or connect with me on LinkedIn.
- Thanks to IT Step Academy for providing the resources and guidance for this project.
- Special thanks to Microsoft for their comprehensive documentation and tools.
Feel free to modify or extend this README to fit your needs better. Happy coding!