Date: August 19, 2016
Released as "horsepowerttc". There's an 'uncaught reference error, $ is not defined' that I can't identify the exact cause(s) of problem. However, it still generally works.
Date: July 27, 2016
Finalized Project3 was created based on the 'building blocks' from projects 1 & 2 with SIMPLIFIED conditions. It will post online later, once I completed all quality checks.
-
*All projects are one-way commute (i.e. A to B); no backtrack, no short-cuts, no transfer.
-
Must go consecutively, which is sometimes considering "not practical" in real-world scenarios.
-
Project1: simple prompt interface. Line4 only and always start at the first station.
-
Project2: buttons interface. Line4 only but can start and end at any station.
-
Project3: Webmaps interface of all the stations for each of the Lines. Therefore, total four webmaps.
Date: June 8, 2016
This is an introductory JavaScript learning project at @hackeryou.
Project 2 focus on using jQuery to create simple front-end interactive user interfaces.
In this project, I have chosen the "TTC stations by minutes" as my topic.
While my end goal is wanting to create on-screen clicks that would shows the total commuting time (by biking or walking) in between any stations to an user, reflecting the real-world senarios possible for a one-way trip.
However, I currently have very limited proficiency with JS & jQuery coding; and therefore, I have to begin with the most simplest commuting senarios + With the helps from mentors brainstorming the codings into smaller steps.