Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 805 Bytes

File metadata and controls

18 lines (12 loc) · 805 Bytes

Learning React

These are my React projects that I created while following the React course on Scrimba.

Tenzies

A simple and fun dice game built with React. The goal is to roll until all ten dice are the same. Click a die to freeze it at its current value between rolls.

Live Demo | Source Code

Assembly: Endgame

A hangman-style game where a programming language is deleted with every wrong guess, until only Assembly remains.

Live Demo | Source Code