Class Project Proposal

  1. Product Name: Flight Log Tracker
  2. Team Members: Kacper Gebarowski
  3. Application Overview: This project is a flight log tracker that allows users to record and track their flight hours. Users can enter details like date, aircraft type, flight time, and type of flight (solo, dual, etc.). The goal is to help pilots keep organized records of their flight experience.
  4. Technology Overview: This project will use HTML to structure the webpage, CSS for styling, and possibly JavaScript to allow users to input and store flight data.
  5. Proposal Last Updated: 04/23/2026
  6. Feature List:
  7. Future Feature List: Save data permanently (database), Graphs showing flight hours over time, and Mobile-friendly version
  8. Basic Technical Features: The application will use HTML forms to collect flight data and display it on the webpage. Basic JavaScript may be used to handle user input and update the list of flights.
  9. Advanced Technical Features: Advanced features could include storing data using a database, creating charts to visualize flight hours, and adding a login system so users can securely access their logs.