Skip to content

ConnerAiken/blackjack-coding-challenge

Repository files navigation

BlackJack Coding Challenge

See Prompt.MD for coding challenge instructions. game image

Getting Started

To view the app, you can visit: http://blackjackcodingchallenge.s3-website-us-east-1.amazonaws.com/

The app can be further inspected within Dev Tools using the React Dev Tools and Redux dev tools.

Running Locally

Follow the steps below to get started:

  • Git clone the repo
  • Run npm install
  • Run npm start
  • Load localhost:3000 in your browser

Building the application

  • Git clone the repo
  • Run npm install
  • Run npm run build
  • Serve the dist folder

Running tests

I created some Jest tests for the business logic of the application, if this was a real production app I would include React tests.

  • Git clone the repo
  • Run npm install
  • Run npm run test

Author Notes

This is not optimized for retina displays, I developed on a 4k screen and 1920x1080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages