GithubHelp home page GithubHelp logo

ctrembath / github-pages-angular Goto Github PK

View Code? Open in Web Editor NEW

This project forked from benhutchinson/github-pages-angular

0.0 2.0 0.0 156 KB

Makers Academy : Week 6 : Angular, Github API

JavaScript 100.00%

github-pages-angular's Introduction

Introduction To Angular

In this project, we learnt about the Angular MVC framework. This was relatively similar in nature to our AJAX Project with the Github API, where I chose to focus more effort. Where it differed and offered an exciting functionality lay in a more dynamic auto-searching effort. i.e. the search field tries to anticipate your query dynamically as you type, similar to Google.com. We tested with Karma & Protractor in this project and learnt how to configure mock tests with the Github API via the Angular Mocks module.

###Code Extract

<form class="form-horizontal">
  <input type="text" ng-model="searchTerm" ng-change="doSearch()" ng-model-options="{ updateOn: 'default blur', debounce: {'default': 500, 'blur': 0} }">
  <button class="btn" ng-click="doSearch()">Search</button>
</form>

###Core Technologies

  • Angular
  • Karma-Testing
  • jQuery & Javascript
  • SVG
  • Basic HTML/CSS

github-pages-angular's People

Contributors

benhutchinson avatar

Watchers

James Cloos avatar clre 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.