KimjManansala / OrchestraHealth

Orchestra Health Take home Assignment

Home Page:https://orchestra-health.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orchestra Health

This is a take home assignment for Orchestra Health to showcase my ability to setup a react project, organization, interaction working with third party clients, and UI/UX layout.

Authors

  • Kim Jasper Manansala - github

Live Demo

Orchestra Health

Video walkthrough

Contents

  • Setup instructions
  • What It Is
  • What I Used
  • Challenges and Solutions
  • Wish to include
  • Project Pictures

Setup instructions

  • clone this repo
  • cd into repo
  • cd into /blackjack
  • run npm install
  • After installing all dependencies run npm run dev
  • Afterwards go to http://localhost:3000/blackjack
  • There you should be able to play around with the application

What It Is

This is an NextJS application that allows users to play blackjack with certain rules. The rules are listed within the FAQ of the black jack table

What I Used

Challenges and Solutions

  • Challenge #1: Learning Blackjack and the rules:
    • This was my first time playing blackjack and learning the rules and implementing them. It was a fun non technical challenge
  • Challenge #2: Limiting scope
    • There are many features you want to add in given an open-ended request. In order to create a MVP I reduce styling and animcations. All these can be added later as add ons. The goal was the game rules and functionality existed for the MVP
  • Challenge #3: Testing
    • I was only to do a small amount of end to end testing using cypress. It would be great to expand testing to mock API calls and more component testing

Wish to include

  • Saving a history of the games
    • Allow users to see a history of their wins and lost
  • Add a global state management library like redux to reduce use of context provider
  • Have a user account so a history of the games can be saved to them
  • More error handling

Project Pictures

Homepage

Screenshot 2024-08-09 at 2 15 42 PM

Blackjack table

Screenshot 2024-08-09 at 2 15 39 PM

About

Orchestra Health Take home Assignment

https://orchestra-health.vercel.app

License:The Unlicense


Languages

Language:TypeScript 95.5%Language:CSS 4.5%