Single-page, responsive application built with Knockout.js framework and localStorage, and hosted on GitHub Pages.
Developed a full-page map that loads recommended venue list of places in San Francisco, CA.
Added features for searching a new place with a keyword, applying real-time filter the list items (retrieved by AJAX request to Foursquare API), and displaying the information about San Francisco from Wikipedia (via MediaWiki API).
Read existing source code and wrote comprehensive unit tests for the existing features using Jasmine testing framework, for an RSS Feed Reader application that uses Google's RSS API.
Wrote test cases for features that are going to be added in the future to demonstrate TDD.