Skip to content

andyyang/fend-project-feedreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Project

This is a web-based application that reads RSS feeds, which also demonstrates how to use Jasmine to write a number of tests against a pre-existing application.

Table of Contents

Instructions

Clone the GitHub repository and open index.html file in a modern web browser to run the application and test.

Why is testing important?

  • Writing effective tests requires analyzing multiple aspects of an application including the HTML, CSS and JavaScript - an extremely important skill when changing teams or joining a new company.
  • Good tests give you the ability to quickly analyze whether new code breaks an existing feature within your codebase, without having to manually test all of the functionality.

Dependencies

This project uses Jasmine and IcoMoon.

About

A web-based application that reads RSS feeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published