AngularShowcase / angular2-seed-example-mashup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WARNING

This project is no longer maintained. For Angular 2 starter take a look at the angular2-seed, that this project is based on.

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
  • Todo (Redux)

Technologies

Client

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

Server

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

Contact Info

Thanks to the members of the angualar2-seed team

mgechev ludohenin tarlepp NathanWalker aboeglin jesperronn
mgechev ludohenin tarlepp NathanWalker aboeglin jesperronn
ryzy nareshbhatia natarajanmca11 jerryorta-dev JakePartusch ouq77
ryzy nareshbhatia natarajanmca11 jerryorta-dev JakePartusch ouq77
larsthorup devanp92 evanplaice LuxDie c-ice ojacquemart
larsthorup devanp92 evanplaice LuxDie c-ice ojacquemart
TuiKiken juristr dstockhammer dszymczuk briantopping dwido
TuiKiken juristr dstockhammer dszymczuk briantopping dwido

Live Sample

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

License

MIT

About

License:MIT License


Languages

Language:TypeScript 75.1%Language:HTML 13.2%Language:CSS 10.0%Language:JavaScript 1.7%