This is a web-based application that reads RSS feeds from Udacity Blog, CSS Tricks, HTML5 Rocks and Linear Digressions. The project was originally made from another developer including the first test but they decided to start their own company.
My role was to use Jasmine framework and create some tests ensuring that the app is running error-free.
You can view a live demo on this git page
- Download the repository from the download button.
- Or clone the repository with Git.
- Open the
index.htmlwith your browser. - Check the tests on the bottom of your screen.
- You can edit the
feedreader.jsto experiment with the tests.
You can use this app to read latest feeds of popular technolgical sites in order to learn and view the latest news.
You can click on the humburger icon and pick the site of your choice. Afterwards, you can click on the feeds titles to navigate to their webpage.
On the bottom of the page, you can see all conducted tests that have passed.
- RSS Feeds
- check that allFeeds are defined
- that they have a defined URL
- that they have a defined name
- The menu
- is hidden by default
- changes visibility when clicked
- Initial Entries
- should have at least an entry element
- New Feed Selection
- should change the page content
- Styles
- Library
- Test suites - Athanasios Markou
- Initial work - Udacity
Pull requests are not welcomed, as this is a project to test my skills in unit testing.
This project is licensed under the MIT License