A React game based on this Figma design. This was my fourth project for the Scrimba React course, using useEffect, useState, and useCallback hooks, child components with props whose state is maintained by the parent, conditional rendering, event listeners, and more.
The game is hosted on Netlify -- click the screenshot below to play. It's fun!
In addition to the project steps dictated by the tutorial, I added a feature which tracks the elapsed time of each game and saves the fastest win time in LocalStorage.
This project was bootstrapped with Create React App.