Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/526avijitgupta/leaderboard-meteor

A Meteor Starter App
https://github.com/526avijitgupta/leaderboard-meteor

Last synced: about 5 hours ago
JSON representation

A Meteor Starter App

Awesome Lists containing this project

README

        

# leaderboard-meteor
A Meteor Starter App. (Under development currently)

## Getting Started
Leaderboard is an example application that was designed by the Meteor Development Group to show off what Meteor could do with very few lines of code.

### Installation
Install Meteor - `curl https://install.meteor.com/ | sh`

### Run
* From the project root directory - `meteor run`
* Visit http://localhost:3000

### Features
* Create an account/Login through an existing one.
* List of players - New players can be added, existing ones can be removed.
* Players are ranked according to their score.
* Real-time updation of the view according to the user actions.
* Clean and responsive UI - Built with Bootstrap.