edgarmuyomba / memory_game

A memory game designed in react

Home Page:https://memory-game-five-gray.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Game

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.

Screenshots

Desktop Version

Desktop Version

Mobile Version

Mobile Version

Setting up dev

Firstly make sure to download and setup the logoAPI and make sure the server is running!

  1. Clone the repository to your desired directory
    git clone <repo_url>
  2. Enter the created folder using the terminal
    cd memory_game
  3. Install the required dependencies
    npm install
  4. Run the server
    npm run dev

Built using

  1. React
  2. Django Rest Framework
  3. Vite

About

A memory game designed in react

https://memory-game-five-gray.vercel.app/


Languages

Language:JavaScript 83.1%Language:CSS 14.9%Language:HTML 2.0%