Git Product home page Git Product logo

21-angular-webpack's Introduction

cf Lab 21 - Intro to Angular and Webpack

To Submit this Assignment

  • create a fork of this repository
  • write all of your code in a directory named lab- + <your name> e.g. lab-brian
  • push to your repository
  • submit a pull request to this repository
  • submit a link to your PR in canvas
  • write a question and observation on canvas

Include

  • .eslintrc
  • .gitignore
  • package.json
  • ignore the build directory
  • webpack.config.js

Description

  • Create a cowsay application with same criteria as today's lecture demo:
  • Create an app/index.html file that contains your HTML markup
    • hint: be sure to include the ng-app directive to point to your default angular module
  • Create an app/index.js to house your application logic
    • require in your app/scss/main.scss
  • Setup an angular module and create a controller for your application logic
  • In your index.html file, include an input and pre tag that will be used to dynamically update the text of your cow
  • The pre tag should be a preview, showing the result of what was typed into the input field (two way data-binding)

Bonus

  • 1pt add a button that uses the ng-click directive to populate a second pre tag with the current pre tag's state
  • 1pt add an additional button that uses the ng-click directive to reset the second pre tag with the content it last showed
  • 1pt Add custom styles (no wireframe based requirements - just be creative!)

21-angular-webpack's People

Contributors

cadbot avatar cejac avatar christophersclosser avatar geoffreycc avatar jessicamvs avatar jisenber avatar jurrish avatar kdwinck avatar rubiksron avatar shibascream avatar sjschmidt44 avatar spamalope01 avatar titandino 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.