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
- Host: GitHub
- URL: https://github.com/ctrachte/feedreader-tdd-practice
- Owner: ctrachte
- Created: 2018-10-29T15:53:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T17:54:09.000Z (over 7 years ago)
- Last Synced: 2025-03-06T03:14:24.604Z (over 1 year ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).