Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.08 KB

News feed App

About

  • This repository contains a testing project made for Udacity's Front-End Developer Scholarship by Google.

  • Uses the code provided by Udacity.

Project goal - use Jasmine to write a number of tests against a pre-existing application, and to test the underlying business logic of the application as well as the event handling and DOM manipulation.

Instructions

  • Application can be viewed online here: News Feed App.
  • You can also clone/download this repository and run app by opening index.html file in your browser.
  • Tests are located in jasmine/spec/feedreader.js file.

Dependencies