Skip to content

Instantly share code, notes, and snippets.

View capan's full-sized avatar

Hüseyin Çapan capan

  • Carbmee
  • Berlin
  • 21:29 (UTC +02:00)
View GitHub Profile

Trivia Game

In this task, you are going to create a multiple choice quiz game with React.js using Open Trivia Database You may use any additional library that you like.

Requirements

  • User should be able to start game by pressing a button
  • A game should be containing at least 10 questions.
  • If user selects the wrong answer, game ends.
@capan
capan / client.js
Created November 21, 2019 11:35 — forked from steinwaywhw/client.js
A minimal term.js server/client demo. To be used with node.js
var client = {};
client.run = function (options) {
options = options || {};
var socket = io.connect(options.remote || "http://localhost:8080");
socket.on('connect', function() {
var term = new Terminal({
@capan
capan / README.md
Created December 10, 2018 12:48 — forked from rochoa/README.md
CARTO Node.js code test

CARTO Node.js code test

Introduction

At CARTO, among other things, we render maps, just check this example of Map with countries and USA states.

In order to limit the scope of the challenge, we are gonna use Mapnik and Node.js. Within this repository, we are providing all the pieces you need to reproduce that map. Well, all pieces except the map tile server.

An example of how to create an image with Mapnik: