Skip to content

patriciarrsilva/Feed-Reader-Testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Testing

Overview

A web-based application that reads RSS feeds.

This application includes Jasmine testing.

Testing is an important part of the development process and many organizations practice a standard of development known as "test-driven development". This is when developers write tests first, before they ever start developing their application. All the tests initially fail and then they start writing application code to make these tests pass.

Quickstart

To run this application you can download the zip or clone the directory to your computer.

Then, open the index.html file in a web browser.

#MadeWithUdacity

About

An app that reads RSS feeds (includes Jasmine testing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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