Skip to content

PLKGIT/trainscheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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