Skip to content

arielisaacs/angular2-seed-example-mashup

 
 

Repository files navigation

Introduction

A sample Angular 2 application implemented in TypeScript based on the Angular 2 Seed project. Live running sample can be found here.

Features

  • Simple registration & authentication
  • Weather & traffic map with simulated real-time data updates from server
  • Real-time chat
  • Cellphone usage charts and graphs
  • Guess the Animal game with tree visualization
  • Quizes -- create, take, grade

#Technologies#

##Client##

  • Angular 2
  • D3 visualization library
  • Google charts
  • socket.io (client)
  • RxJs

##Server##

  • node/express
  • mongodb
  • socket.io (server)
  • RxJs

Thanks to the members of the angualar2-seed team

mgechev ludohenin tarlepp NathanWalker jesperronn aboeglin
mgechev ludohenin tarlepp NathanWalker jesperronn aboeglin

Live Sample

This application is running at https://angular-mashup.herokuapp.com/

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.4%
  • HTML 11.3%
  • JavaScript 10.6%
  • CSS 6.7%