Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.4 KB

File metadata and controls

47 lines (36 loc) · 1.4 KB

Train Scheduler

Overview

Train schedule application that incorporates Firebase to host arrival and departure data. The app provides up-to-date information about various trains, namely their arrival times and how many minutes remain until they arrive at their station.

Using Train Scheduler

  • Complete the following information on the form provided:
    • Train Name
    • Destination
    • First arrival time
    • Arrival frequency
  • Submit the form to add the train to the scheduler database
  • The timetable at the top of the page displays the following for each train:
    • Train Name
    • Destination
    • Frequency (in minutes)
    • Next Arrival (calculated)
    • Minutes Away (calculated based on current time)

Technologies

  • HTML5
  • CSS3
  • JavaScript
  • jQuery
  • Firebase Realtime Database
  • Moment JS
  • Bootstrap

Development Details

Developer

Pam Kelly at esq.kelly@gmail.com

GitHub Repository

GitHub at https://github.com/PLKGIT/trainscheduler

Deployed Application

Train Scheduler deployed at https://plkgit.github.io/trainscheduler/

Portfolio

Professional Portfolio at https://www.pamkelly.com/portdev.html

Copyright © 2020 Pamela L. Kelly