This is basically a little website for a kite boarding event I'm involved in. It features:
- Count down to the event in seconds, how exciting!!
- Location information, using google maps!!
- 3D preview of kiteboarding obstacles!!
- Kicker (ramp)
- Slider (rail)
This site is built on the angular2 framework from google. It also makes use of the following components and libraries:
- npm (package manager for nodejs librarys)
- primeng (GUI component helpers)
- threejs (javascript library to display 3D graphics)
- angular-cli (command line scripting)
Layer | Technology | Function |
---|---|---|
0. | webserver | Simple webserver to serve up the website! |
1. | bundled app | The bundled version of this app (dist folder)! |
Stuff I used to develop the app ...
Layer | Technology | Function |
---|---|---|
0. | nodejs | Server written for javascript stuff |
1. | npm (node package manager) | Manages javascript frameworks and libs |
2. | angular2 | The client side javascript framework, runs in your browser |
3. | thisApp | The stuff I made! |
Well, I'm just trying to gain some experience in building webapps I guess ¯\__ (ツ) __/¯