UDACITY'S FRONT END DEVELOPMENT PROJECT
This project contains a test against a feed reader application using the jasmine framework. It is mainly to help me practice TDD and gain confidence while working with any application.
This test requires the jasmine framework to run. The app itself uses Google's Feed Reader API to grab RSS feeds as JSON object. It also uses the Handlebars templating library and jQuery.
the src folder contains my src code and work environment including the tests and the dist folder contains the app ready for use. To get all the tools I used to prepare and test the final app pls check out build-tools.md.
To run the feedreader app you need a browser and internet connnection. clone this repo by running git clone https://github.com/mhizterpaul/feed-reader-testing.git
in your terminal and lunch the index.html in the src folder in your browser.
This repository is for academic purpose and will be reviewed by ALC . Therefore, I most likely will not accept pull requests.
The content of this project itself is licensed under the Creative Commons Attribution 3.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.