GithubHelp home page GithubHelp logo

randomlysa / scorekeeper Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 30 KB

ScoreKeeper using Meteor and React. Create a new game or join existing one, syncs scores with other players who have loaded the same game.

JavaScript 70.80% HTML 2.02% CSS 27.18%

scorekeeper's Introduction

Scorekeeper Info

Basic scorekeeping app. Features:

  • Add and remove players
  • Increase or decrease score by one point
  • Sorts from high score to low
  • Three styles for players in first - third place
  • Animations using react-flip-move

View at http://scorekeeper-randomlysa.herokuapp.com

Run locally

Requirements

Instructions

  • Clone or download and unzip the project and cd into the dir.
  • Run meteor npm install
  • Run meteor
    • By default, the project runs on port 3000. Use meteor --port # to specify a different port.
  • Open http://localhost:3000 in your browser.

Deploy to Heroku

Requirements

  • Your Heroku account needs to be verified with a credit card in order to use the mongolab addon.
  • Heroku Toolbelt
  • git

Instructions

  • Inside the project dir, run meteror node --version. This will show the node version the project is using. (Mine is 8.11.4,)
  • Modify package.json to include this version info under engine:
    • engine: { "node": "node.version.number"}
  • Run heroku create project-name
    • Project names are globally shared so you will probably need to use something like projectname-yourname (example, I use projectname-randomlysa.)
  • Run heroku buildpacks:set https://github.com/AdmitHub/meteor-buildpack-horse.git
  • Run heroku addons:create mongolab:sandbox
  • Run heroku config:set ROOT_URL="https://YOUR_PROJECT_URL.herokuapp.com"
  • Run git push heroku master
  • Wait a long time.
  • Open your app!

Also, meteor-buildpack-horse, which was used above, has instructions on deploying to Heroku.

scorekeeper's People

Contributors

randomlysa avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.