Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adsingh14/udacifeeds
A Feed reader app.
https://github.com/adsingh14/udacifeeds
Last synced: 5 days ago
JSON representation
A Feed reader app.
- Host: GitHub
- URL: https://github.com/adsingh14/udacifeeds
- Owner: adsingh14
- License: mit
- Created: 2018-09-29T20:58:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T09:33:34.000Z (over 6 years ago)
- Last Synced: 2024-11-20T15:01:23.715Z (2 months ago)
- Language: JavaScript
- Homepage: https://adsingh14.github.io/UdaciFeeds/
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Overview [UdaciFeed:FeedReader] - [:link:](https://adsingh14.github.io/UdaciFeeds/)
You will getting know about a web-based application that reads RSS feeds.
[Live project](https://adsingh14.github.io/UdaciFeeds/)## What will you learn?
You will learn how to use Jasmine to write a number of tests against a pre-existing application. These will test the underlying business logic of the application as well as the event handling and DOM manipulation.
## Tech Stack
- HTML/CSS/Javascript/JQuery
- [JasmineJS](http://jasmine.github.io/)## How to run the application ?
1. Clone this git using `git clone`.
2. Open `index.html` to check the working of RSS feeds.
3. For adding more specs/tests into this project, open `feedreader.js`## Tests included in this app
1. RSS Feeds
- are defined
- are defined with URL
- are defined with name
2. The menu
- should hidden by default
- is visible or not ?
3. Initial Entries
- must have at least a single entry
4. New Feed Selection
- has unique feeds from previous one_NOTE: Number The numeric values are **test suites** where the bullet points are their **specs**. Number of total test are **seven**._
## License
MIT - https://github.com/adsingh14/UdaciFeeds/blob/master/LICENSE