zurdo09 / frontend-pokedex-parse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning AngularJS with Github

In this project you must use Github's public timeline to build a table of all events. The data is in JSON format in the data folder, with the name 2015-01-01-15.json.

Prepare project

To get up and running, you must:

  1. Fork the project
  2. clone it locally
  3. install npm modules
sudo npm install
  1. install bower components
sudo bower install

User Stories

  • As a user I must be able to view all the Github events in an organized fashion (use table)

  • As a user I must be able to filter the information in the table by event type,

i/o

Reflection Q's

  1. What is the general organization of AngularJS projects?
  2. What do you think AngularJS is doing in the background?

About


Languages

Language:CSS 38.6%Language:JavaScript 37.8%Language:HTML 16.5%Language:CoffeeScript 7.1%