Skip to content

borason/frontend-nanodegree-feedreader-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Project

Table of Contents

About

This project is a part of the Udacity Front End Nano Degree. The project was created based off a fork from the starter code provided by the Udacity Github.

For more information about the Udacity Front End Nano Degree, please visit the Udacity FEND website.

Instructions

  • Install

    Navigate to the project repository and dowload the zip file or, using the terminal enter the following command:

    git clone https://github.com/borason/frontend-nanodegree-feedreader-1.git

    Unzip the file, navigate to the directory, and double-click the index.html file. Or, using the terminal enter the following command:

    open ./index.html

    Scroll to the bottom of the page to see the results of the tests.

Documentation

This project uses the Jasmine Testing Framework. For more information refer to the Jasmine Github v2.1 Documentation.

This project is used to help the student formulate Jasmine tests on a working feed reader website provided by Udacity. The goal is to create seven total tests that are independent of each other to ensure the website is working properly. The project also provides a SpecRunner HTML file to allow for live browser-based testing results.

Seven test specs are required:

  1. RSS feed container is created
  2. RSS feed urls are defined
  3. RSS feed names are defined
  4. Menu is hidden by default
  5. Clicking the menu icon toggles the menu open and closed
  6. Upon the website loading, the RSS feed should be loaded
  7. Loading a new feed changes the displayed feed content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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