Skip to content

Anuraadha/frontend-nanodegree-feedreader-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Project

Udacity's FEND project is focussed on test driven javascript programming to reduce complexity and errors.Testing is an important feature when you think about adding some different functionalities and more features.

How To Run

  • Download or clone this project repository.

  • Extract all the folders.

  • Open up index.html file to run this application.

Performed Tests

  • RSS Feeds URL and Name should be defined and not be empty.

  • Menu Icon should be hidden by default and on clicking it should open and close menu icon.

  • When loaded function is called there should be present atleast one entry element in the feed container.

  • Feed content should be changed to new content.