Skip to content

My fork of the feedreader test for the Udacity FED nanodegree.

Notifications You must be signed in to change notification settings

jdelia/frontend-nanodegree-feedreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Testing

Table of Contents

Documentation

To see it in action, visit the demo page.

If you want to explore the code and try it locally,

Clone the repo from here: (https://github.com/jdelia/frontend-nanodegree-feedreader/)

Run index.html in your browser on a local server.

Enjoy!

Instructions

How this works

The web page loads four different unique RSS feeds and displays each one when you click on the corresponding menu item which is generated when the page loads.

Testing

Jasmine is loaded and randomly runs individual tests against the Javascript code for validation. This method ensures that when you make a change to the code, it does not break any of the functionality you've built. It saves time by running these test automatically instead of you having to test each one again after making code changes.

You will see the tests and results displayed at the bottom of the screen.

Code Editor

This was built with VS Code and the package.json files loads linting and formatting files. It is not required to run this web page.

About

My fork of the feedreader test for the Udacity FED nanodegree.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • HTML 16.2%
  • CSS 15.5%