Skip to content

NargesFayazian/Train-Schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Train Schedule:

Shopping made easy
This project is a train schedule application that incorporates Firebase to host arrival and departure data. The app includes a form where users can enter information about a train, such as name, destination, first train time, and frequency. After a user submits the form, the app retrieves and manipulates this information with Moment.js to calculate the estimated next train time and number of minutes away. Moment.js is also used to display the times in a user friendly format (that is, hh:mm). When a user submits the information for a train, the train informaton is added to the Current schedule table to provide up-to-date information about various trains, such as their arrival times and how many minutes remain until they arrive at their stations. Not only is the train information added to the table, but the data is also pushed to a database that is hosted on Firebase. Source code will be developed over time to handle new features in the future.

Link to portfolio:

Repository:
https://nargesfayazian.github.io/train-Schedule/

How to work:

When adding trains, administrators are able to submit the following: 1.Train Name 2.Destination 3.First Train Time -- in military time 4.Frequency -- in minutes App uses data validation for user inputted trains. then calculates when the next train will arrive relative to the current time and train info is stored using FireBase.

Tools/Languages Used:

    Firebase
    HTML
    CSS
    Bootstrap
    Javascript
    Moment.js
    jQuery

About

This Application will provide up-to-date information about various trains, namely their arrival times and how many minutes remain until they arrive at their station.

https://nargesfayazian.github.io/Train-Schedule/

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors