React Projects

Dynamic Card Grid with React
Using data from a local file to display bikepacking trips I’ve completed (and others I hope to one day complete). I mapped the data into responsive cards, showcasing my ability to work with components, props, and data-driven rendering in React.
Click here to see the project in action.

Tenzies: A Stateful React Game
I recreated the Tenzies game in React following a Scrimba challenge, implementing key features like state management, conditional rendering, and dynamic styling. The app tracks held dice, checks for a win condition, and allows users to roll until all dice match.
Click here to see the project in action.

Chef Claude: an AI Recipe Assistant
“Chef Claude” is a responsive React page that uses component-based design to display recipe content. The project showcases my ability to structure static pages with reusable components, style them cleanly, and render content dynamically from a data file.
Demo comming soon

React Hangman: Dev Edition
This is a reimagined version of Hangman with a programming twist. Players guess letters to uncover a hidden word, and each incorrect guess eliminates a programming language—ending with only Assembly left. The word list is stored locally in a JavaScript file, and the project showcases state management, conditional rendering, and interactive UI in React.
Demo comming soon