Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conneraiken/blackjack-coding-challenge
https://github.com/conneraiken/blackjack-coding-challenge
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/conneraiken/blackjack-coding-challenge
- Owner: ConnerAiken
- Created: 2024-07-18T18:34:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T04:17:40.000Z (5 months ago)
- Last Synced: 2024-10-28T05:33:19.061Z (2 months ago)
- Language: TypeScript
- Size: 32.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlackJack Coding Challenge
See Prompt.MD for coding challenge instructions.
![game image](https://i.ibb.co/Lpst5K6/game-img.png "Game")## 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