This project was a fun challenge. It had been a while since I had built a project using React, so I decided to try my hand at this memory game.
The project is based on a Frontend Mentor challenge. If you aren't familiar with
Frontend Mentor, I would highly recommend you check them out. They have a lot of fun challenges that developers can use to learn and build their skills. The site provides the design files for a project and a description of how the app should function, and you do the rest.
This particular project had a few challenges- mainly the keeping track of all the pieces/players. It really tested my knowledge of hooks, which I hadn't dealt with in a while since my job at the time involved working in class-based vue.js components.