This App is a train scheduling application, that allows a user to enter train data into the app, and then store that information into a Firebase database. The app then can retrieve and manipulate the data to show a user when the next train is set to arrive, and how many minutes away that arrival is.
This App was created to demonstrate the use of Firebase for data persistance. In addition to Firebase, the app makes use of JavaScript, JQuery, Bootstrap, HTML5, and CSS.