Code Monkey home page Code Monkey logo

feedreads's Introduction

FEED READS

In this project we were given a web-based application that reads RSS feeds with an incomplete test suite. The goal of the project was to complete the test suite.

Table of Contents

Overview

FEED READS is a Jasmine-based feed reader that assesses the success of a new batch of code. Through asynchronous testing, it signals either green (good to go) or red (check your code).

Learning Objectives

Testing is an important part of the development process and many organizations practice a standard of development known as "test-driven development". This is when developers write tests first, before they ever start developing their application. All the tests initially fail and then they start writing application code to make these tests pass. The objective for this project was to learn how to use Jasmine to write a number of tests against a pre-existing application. These test the underlying business logic of the application as well as the event handling and DOM manipulation.

Features

  • An analysis of multiple aspects of an application including the HTML, CSS and JavaScript.
  • An analysis of whether new code breaks an existing feature within the codebase, without having to manually test all of the functionality.

Installation

Download project repo. Run in a web browser.

Built With

  • HTML
  • CSS
  • JavaScript
  • Jasmine

Acknowledgements

Screenshots

screenshots screenshots

feedreads's People

Contributors

leiacarts avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.