This is a simple memory game designed using react as part of The Odin Project React Exercises. The aim of the game is to continuously select images from the provided images without selecting an image twice. The images displayed in my version of the game are company logos provided by an api I designed using Django Rest Framework. Check out the repository here.
Check out the live version of the project here.
Desktop Version
Mobile Version
Firstly make sure to download and setup the logoAPI and make sure the server is running!
- Clone the repository to your desired directory
git clone <repo_url>
- Enter the created folder using the terminal
cd memory_game
- Install the required dependencies
npm install
- Run the server
npm run dev