mirror of
https://github.com/tmdinosaurcenter/gas-form.git
synced 2025-04-02 10:21:22 -06:00
Gas Form
This repository contains the Gas Form System for the Montana Dinosaur Center. The system is designed to streamline the process of recording and managing fuel transactions for museum vehicles. The form submission links to TMDC's Lubelogger via API to track mileage and fill ups.
Features
- Simple and user-friendly form for fuel transaction entries
- Secure storage of fuel purchase records
- Easy retrieval and reporting of fuel expenses
Getting Started
Prerequisites
To use or modify the Gas Form System, ensure you have:
- A modern web browser for web-based usage
- Git installed for cloning and contributing
- Basic knowledge of HTML, JavaScript, and server-side scripting (if modifications are needed)
Installation
-
Clone the repository:
git clone https://github.com/tmdinosaurcenter/gas-form.git cd gas-form
-
Open
index.html
in a web browser to access the form.
Usage
-
Enter the required information, including:
- Vehicle information
- Mileage at time of fill up
- Fuel quantity
- Fuel cost
-
Submit the form to log the entry.
Contribution
Contributions are welcome! To contribute:
- Fork the repository.
- Create a feature branch
(git checkout -b feature-branch)
. - Commit your changes
(git commit -m "Add new feature")
. - Push to the branch
(git push origin feature-branch)
. - Create a Pull Request.
License
This project is licensed under the MIT License. See the [LICENSE] file for details.
Languages
TypeScript
84.8%
JavaScript
9.9%
CSS
5.3%