Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 838 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 838 Bytes

Uni Lang: A Language Memory Game

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.

Uni Lang Demo

Live Demo 👈

Learning Objectives

This project was completed to improve knowledge and implementation of React concepts, especially hooks. Animations were included with the help of the Effect hook.

Setup Instructions

  1. Install dependencies using npm install
  2. Use npm run dev to start dev server and run the application in development mode
  3. Use npm run build to build the app. The app can then be tested locally by using npm run preview