Uni Lang is a memory game consisting of 12 cards. Each card features the word "hello" in a different language. Earn points by clicking on the cards. The objective is to accumulate as many points as possible without clicking the same card twice.
This project was completed to improve knowledge and implementation of React concepts, especially hooks. Animations were included with the help of the Effect hook.
- Install dependencies using
npm install
- Use
npm run dev
to start dev server and run the application in development mode - Use
npm run build
to build the app. The app can then be tested locally by usingnpm run preview