GithubHelp home page GithubHelp logo

day-33-jeopardy's Introduction

Day 33 Assignment: React-Pardy:

(I renamed mine Jeopardy) My Jeopardy game renders random categories and questions using Jeopardy's API containing clues and questions. Play for yourself!

#Live site Jeopardy

Build Tools with NPM scripts

  • JavaScript
  • React.js
  • es2015
  • Backbone.js
  • underscore.js
  • SCSS (Sass)
  • Babeljs.io (compiler)
  • jQuery (ajax calls)

APIs

Cloud Backend

Kinvey (BaaS)

  • The simplest use case of Kinvey is storing and retrieving data to and from your cloud backend.
  • The basic unit of data is an entity and entities of the same kind are organized in collections. An entity is a set of key-value pairs which are stored in the backend in JSON format. Kinvey's libraries automatically translate your native objects to JSON.
  • Kinvey's data store provides simple CRUD operations on data, as well as powerful filtering and aggregation.
  • The Appdata API forms one of the core REST services provided by the Kinvey backend.

Process

Features

  • Gameboard:
    • A game board with 6 categories.
    • Each category containing 5 questions worth 200,400,600,800,1000 points.
    • Total point display for your current score for the game
  • Question Modal:
    • A modal that shows the question when you click on it in the game board.
    • Input field for user to type in answer
  • Login/sign up functionality:
    • User is able to login and access voting features
    • Users can sign up, and are registered on the backend, via Kinvey
    • Users do not need to login/sign up to play game

Installation

  • Clone this repo (or fork then clone, if you prefer)
  • Remove the git history by running rm -rf .git
  • Set up a new git repo
  • Run npm install
  • if you get permission errors you may need to run sudo npm install to install a couple global dependencies
  • Additional Installations:
    • npm install --save velocity-react

Use

  • npm install will scaffold your project AND start the dev server
  • npm start will start the dev server and watch for changes
  • npm test will run any test files included in the test folder
  • npm run deploy will push the content of dist/ to gh-pages
  • When the server is running, your site will be live on http://localhost:8080/

Dependencies

day-33-jeopardy's People

Contributors

shannonriester avatar

Stargazers

Travis Gorman avatar

Watchers

James Cloos avatar  avatar

Forkers

marklyck

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.