Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.57 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.57 KB

Homework

The objective

Create a lovable <3 one page app with Angular, Material and GraphQL.

Requirements

  • Use only 1 page, no routers or custom routing. Keep it simple! ;)
  • Create component(s) to build your view, not only the app component. Use the angular cli.
  • Use angular material as base of your components. Overwrite styles in the styles.scss file if you want to.
  • Use Apollo GraphQL to fetch information from the reddit / twitter API.

Resources

Additionally a whole course on Angular: https://www.udemy.com/the-complete-guide-to-angular-2/

Remember these goals

  • We want to see your learning skills.
  • We want to see your creative skills.

Getting started

  • Install vscode code editor.
  • Install node. (preferably with nvm)
  • Run npm i in the directory.
  • Run npm i -g @angular/cli
  • Run ng serve in the directory to run the app in localhost:4200

Final

Show your project to one of us on your local machine.