Giter Club home page Giter Club logo

browserepositoryrepo's Introduction

#Exercise 5 : Angular filters

##Summary In this application, you are supposed to create three simple filters and use them in the right places. You are also supposed to use build-in angular filter to filter value of tellMe input which should be displayed in capital letters below the table.

##Goals

  1. quote filter - wraps the text with quotes
  2. withoutH filter - removes all the letters H and h
  3. firstLetterUp filter - converts the first letter of the word to the large ones (take a look at regular expression)

You are not supposed to edit or add any CSS styles.

Filter Without filter With filter
quote To be, or not to be... "To be, or not to be..."
withoutH The Hobbit: The Battle of the Five Armies Te obbit: Te Battle of te Five Armies
firstLetterUp Visit News for up-to-the-minute news, breaking news, video, audio and stories. Visit News For Up-To-The-Minute News, Breaking News, Video, Audio And Stories

##Before you start

##Setup

###To install dependencies

npm install
bower install

###To start application in live reload mode

grunt serve

###Jshint To run verify jshint:

grunt jshint:default

###Run tests

To unit tests in development mode:

grunt test:dev

To run e2e tests in development mode:

grunt test:e2e

To run verify jshint, tests and coverage:

npm test

Good luck!

browserepositoryrepo's People

Contributors

aniaw avatar

Watchers

 avatar  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.