/angular-route-those-views

Practice using UI Router with this open-ended assignment [angular]

Primary LanguageHTMLOtherNOASSERTION

#Routing those Views

Create a 3-5 page front-end app using Angular. Make a page dedicated to describing different characters in a TV show, or a site dedicated to your favorite artist or band. Maybe make a multi-page site describing some of your different features of neighborhoods in Seattle. You can really make a page about anything you like. The main goals are to ensure that you understand the angular router, and to solidify your understanding of $scope, controllers, directives, and templates.

Feel free to play with different directives and style the site appropriately.

##Examples

##Getting Started

  • Fork and clone this repository
  • Run npm install to install dependencies
    • npm start - start the BrowserSync server
    • npm run lint:css - lint CSS
    • npm run lint:js - lint JS

##Bonus tasks

  • Add animations when switching between views
  • Serve the app on Github Pages or BitBalloon

Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.