EduardoGFreitas / feedreader2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feed Reader

What will I learn?

This project tested my ability to use a testing suite, like Jasmine, to validate my code. We started with a Feed Reader App and were required to write test spec in Jasmine.

Steps to run application

  • To start the app, open index.html in your browser.
  • The tests were written in the feedreader.js file. The test results appears at the bottom of the index.html page.
  • Tests that are green have passed and red have failed.

How will I complete this project?

  1. tests to make sure that the allFeeds variable has been defined and that it is not empty.
  2. loops through each feed and determines if the URL is defined and not empty.
  3. loops through each feed and determines that each feed has a name and not empty.
  4. ensures the menu element is hidden by default.
  5. validates proper functioning of the hamburger menu toggle.
  6. tests that there is at least one entry in feed.
  7. tests that new content is loaded by loadFeed().

About


Languages

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