Skip to content

chyknkat/feedreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Testing

Purpose of Project

To learn about testing with JavaScript and test-driven development. To learn how to use the Jasmine test suite to run tests against code and how to handle varying situations including asynchronous code.

To open feed reader through GitHub

  1. Navigate to http://kortiz75.github.io/frontend-nanodegree-feedreader to open up the feed reader site
  2. Scroll to bottom to check that all tests pass
  3. Open jasmine/spec/feedreader.js to check test logic

To open feed reader locally

  1. Clone the https://github.com/kortiz75/frontend-nanodegree-feedreader repository
  2. Open index.html in browser
  3. Scroll to bottom to check that all tests pass
  4. Open jasmine/spec/feedreader.js to check test logic

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 1.8%
  • CSS 1.7%