...........................................................................................................
ALL ABOARD!! In this assignment, I've created a train schedule application that incorporates Firebase to host arrival and departure data. My app will retrieve and manipulate this information with Moment.js. This website will provide up-to-date information about various trains, namely their arrival times and how many minutes remain until they arrive at their station.
- When adding trains, administrators should be able to submit the following: a. Train Name b. Destination c. First Train Time -- in military time d. Frequency -- in minutes
- Code this app to calculate when the next train will arrive; this should be relative to the current time.
- Users from many different machines must be able to view same train times.
Demo Site: This link will take you to the game
- Firebase
- Moment
- AJAX
- Code comments
- Console
- Variables
- Types
- Booleans
- Numbers
- Strings
- Arrays
- Conditional statements
- Equality
- Logical, comparison and ternary operators
- Functions
- Alerts, confirms, prompts
- Global vs local scope
- jQuery
- Timers
- DOM traversal and manipulation
- Event handling
- AJAX
- Bootstrap
- JavaScript
- jQuery
- Firebase