You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A React application simulating a deck of cards. Features include drawing cards, shuffling the deck via API calls, managing game state, and an auto-draw mode using useEffect and useRef for side effects and interval management.
Horse Race is a web implementation of a drinking game usually played with a deck of cards. Players bet on up to four horses (represented as aces of a suit) and the horses themselves move across the 'field' based on cards that are drawn from the deck. Technologies used include Chakra UI, Emotion, Next.js, React, and TypeScript.