jmurphyjr / fend-feedreader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feedreader Jasmine Testing

This project is part of the Udacity Front-end Nano-Degree. The purpose of this project is to learn test-driven development.

Tests Implemented

The project provided required four tests suites to be populated by the student. In addition to the four required test suites, this student implemented one additional test.

The additional test verifies the existence of a 'feed-count-header' element and that this element has an innerText value equal to the number entries for the selected feed.

Setup

To use this project:

  1. Clone the repository: git@github.com:jmurphyjr/fend-feedreader.git
  2. Open the index.html file in a web browser.

or, feel free to visit: jmurphyjr.github.io/fend-feedreader

About


Languages

Language:JavaScript 96.5%Language:HTML 1.8%Language:CSS 1.7%