Code Monkey home page Code Monkey logo

cards's Introduction

CircleCI Coverage Status Issues

Cards

About

A demonstration project using React, Typescript, Mobx and more. See the live demo here.

Requirements

The application can be run in one of two environments - Docker and Node.

Docker environment

  • Docker Compose v1.21.2 (or later)
  • Docker v18.03.1-ce (or later)

Node environment

  • Node.js v9.11.1 (or later)
  • Npm v6.1.0 (or later)

Usage

Docker

# Production
docker-compose up prod

# Development
docker-compose up dev

Node

npm install

# Production
npm run build && npm start

# Development
npm run dev

cards's People

Contributors

andyrichardson avatar

Watchers

 avatar  avatar  avatar

cards's Issues

As a magician, I'd like to shuffle, draw and sort cards so that I can perform magic tricks

Acceptance Criteria

  • Can I shuffle the deck of cards?
  • Can I draw any given number of cards from the deck, with the cards being removed
    from the original deck?
  • Can I draw any given number of cards from the deck and then sort the drawn cards,
    with the cards being removed from the original deck?
  • Sorted cards are sorted by suit: Clubs, Spades, Hearts, Diamonds; then by value: Ace
    is high.

Create README.md

It should contain the following:

  • CI Build status
  • Required software / tools
  • Preparation instructions
  • Production usage
  • Development usage

Create deck component

Acceptance criteria

  • should resemble a deck of cards
  • should draw a card when clicked

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.