Client
Up and Down the River
Year
2021
URL to Project
https://raymondmsb.github.io/follow-the-river/Category
Project Overview
Follow the River is a react app that allows users to play the card game "Up and Down the River" without a pencil and paper. The app guides players through every step of the game, from scorekeeping to tracking who deals next. It's made with javascript and styled with Material UI.
Features
- Dynamic Rendering
- Simple Intuitive UI
- Keeps track of who is dealing each hand
- Leaderboard table updates every round
- How to play page
Technology
- React Framework
- Material UI CSS Library
- JavaScript
Key Challenges
- Updating player data
Solutions
- I used a context to manage player data across components. Ensuring that changes in player data, such as the checkbox state, are reflected appropriately in different parts of the app
Let’s get to work