HanGee / Hankathon

Fantastic Countdown Timer for Hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hankathon

Don't you have a countdown timer at your hackathon? Just try Hankathon!

It has a fantastic visual design and rich features which includes:

  1. Clock
  2. Countdown Timer
  3. IRC Chatroom Display System

In the beginning, Hankathon project was designed and used at Hackathon Taiwan, but you can just replace the logo what you like for your event.

Demonstration video that you can click on the image below to play:

Countdown Timer (clicks to play video)

Installation

Hankathon is written in QML, JavaScript and Node.js technologies, so you must install Qt 5+ and Node.js/io.js for it. Ensure your environment is ready to go.

Garlic component is used, initializing submodule to fetch Garlic is needed.

$ git submodule init
$ git submodule update

Then initializing Node.js/io.js modules with NPM:

$ npm install

Usage

You can just start application with this command:

$ node app.js

Keyboard Shortcuts

This lists keyboard shortcuts that you can use on Hankathon:

  • G - Start Hankathon
  • F - Enter/Exit Fullscreen mode

License

Licensed under the MIT License

Authors

Copyright(c) 2013 Fred Chien <cfsghost@gmail.com>

About

Fantastic Countdown Timer for Hackathon

License:MIT License


Languages

Language:QML 95.1%Language:JavaScript 4.9%