psiie / darkenvy.github.io

My portfolio & Landing Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Routing those Views

Create a 3-5 page front-end app using Angular. This could be a portfolio site, an extension of the Star Wars assignment, or anything else you want to make. 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

  • Use Node v10.23.1 (using nvm)
  • 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.

About

My portfolio & Landing Page

License:Other


Languages

Language:JavaScript 65.0%Language:HTML 25.8%Language:SCSS 6.1%Language:CSS 3.2%