An open API service indexing awesome lists of open source software.

https://github.com/ctrachte/feedreader-tdd-practice

TDD practice with Jasmine
https://github.com/ctrachte/feedreader-tdd-practice

Last synced: about 2 months ago
JSON representation

TDD practice with Jasmine

Awesome Lists containing this project

README

          

# Project Overview

In [Udacity](https://www.udacity.com/)'s 'Grow with Google - FEND' program I was given a web-based application that reads RSS feeds. The original developer of this application clearly saw the value in testing, they've already included [Jasmine](http://jasmine.github.io/), however, I was expected to revise and finish adding all necessary suites/specs.

# To Run this Project:

- Download the repository using `git clone` or by clicking the `clone or download button` for this repository
- Start `index.html` in your browser of choice
- Jasmine tests will automatically run, you can see the results at the bottom of the webpage.
- Edit and add tests to your heart's content in the `/jasmine/spec/feedreader.js` file!

## Want to attempt this assignment from scratch?

1. Review the Feed Reader Testing [Project Rubric](https://review.udacity.com/#!/projects/3442558598/rubric)
2. Take the JavaScript Testing [course](https://www.udacity.com/course/ud549)
3. Download the [required project assets](http://github.com/udacity/frontend-nanodegree-feedreader).