Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 796 Bytes

File metadata and controls

23 lines (17 loc) · 796 Bytes

Philly Express: Mass Transit Management System

This project was the homework for week 7 of the Penn Coding Boot Camp.

Goal

To create a train scheduler website using JavaScript, and persisting information using Firebase.

Functionality

The site consists of a form with input fields where information for a new train formation is entered. That information is then stored in the Firebase database and used to populate fields in a table. If the next train will arrive within more than 24 hours, a field will be appended to that line showing the number of days from today until departure.

Objective

To implement Firebase in order to persist data.

Built using:

  • html - Structure
  • CSS - Styling
  • JavaScript
  • jQuery
  • Firebase
  • moment.js

Authors

Guillermo Barila - Author