#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 dependenciesnpm start
- start the BrowserSync servernpm run lint:css
- lint CSSnpm run lint:js
- lint JS
##Bonus tasks
- Add animations when switching between views
- Serve the app on Github Pages or BitBalloon
- All content is licensed under a CC-BY-NC-SA 4.0 license.
- All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.