Skip to content

sgouver/feedreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedreader Project

Table of Contents

Instructions

The project is a feedreader that loads RSS from :

  • Udacity
  • css-tricks.com
  • developers.google.com
  • soundcloud.com

Functionality

  • A user selects a thematic option from the menu, the subject/article of interest and then is redirected to the source feed.

Jasmine Functionality - Testing

  • To test our code functionality we run the below test using jasmine.

  • Ensure that RSS Feeds are working properly.

  • Ensure that RSS Feeds are defined.

  • Ensure RSS urls & names are defined and not empty.

  • Ensure that "the menu" is hidden by default and appears when the icon is clicked.

  • Ensure that there is at least one RSS entry and that when we change category, a new feeder is loaded.

Contributing

  • Additional testing methods to further ensure functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.6%
  • HTML 16.1%
  • CSS 14.3%