Coder Social home page Coder Social logo

nishant8bits / video-exercises Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angularjs-foundation/video-exercises

1.0 1.0 0.0 17.74 MB

Exercises for the video application using AngularJS.

License: MIT License

CSS 96.28% JavaScript 2.20% Ruby 0.74% Makefile 0.34% Shell 0.44%

video-exercises's Introduction

AngularJS Foundation - Hands On Exercises

Welcome to the hands on exercises for the Build a Strong AngularJS Foundation course.

The course was divided into three parts

  1. Commentary on a specific AngularJS concept.
  2. A live coding example to illustrate the concept.
  3. Hands on exercises to reinforce the concept.

This is the third section of the course and it is time for us to work through the hands on exercises.

Each module has a set of exercises and a suite of failing unit tests. As you work through the exercises, the tests will start to pass. You will know that you have successfully completed the exercises when all of the tests are passing.

Checkout master from the angularjs-foundation/video-app repository to see the completed application and solutions to the exercises.

Prerequisites

  • Git
  • NodeJS (version v0.10.26 or greater)
  • NPM (version 1.4.4 or greater)
  • Make sure you have the following NPM plugins installed globally (via -g):
    • sudo npm install -g grunt
    • sudo npm install -g grunt-cli
    • sudo npm install -g karma
    • sudo npm install -g karma-cli
    • sudo npm install -g http-server

Installation

First run npm cache clear in the console (for Windows use the nodejs command prompt).

Windows

  1. clone by repo: git clone https://github.com/angularjs-foundation/video-exercises.git
  2. go to the directory: cd video-exercises
  3. run the installation: scripts\install.cmd
  4. run the server: scripts\server.cmd. **MAKE SURE that this is NOT run directly from inside of the scripts\ directory.
  5. Visit the website at http://localhost:8088.

Mac / Linux

  1. clone by repo: git clone https://github.com/angularjs-foundation/video-exercises.git
  2. go to the directory: cd video-exercises
  3. run the installation : ./scripts/install.sh
  4. run the server: ./scripts/server.sh
  5. Visit the website at http://localhost:8088.

Hands on Exercises

Open the Website

When the website is run there will be a series of modules to work through.

modules

Choose a Module

Each module will have individual exercises to work through. (The hands on exercises will be installed inside of hands-on-exercises.)

module

Run the Tests

Each module starts with a series of failing tests.

tests_fail

Complete the Exercises

The goal is to work through the exercises until all the tests pass.

tests_pass

Success! All Tests are Passing

Issues

If you run into any problems, please file a GitHub Issue and we will address it immediately. Thanks!

video-exercises's People

Contributors

matsko avatar marctrem avatar

Stargazers

Angus H. avatar

Watchers

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