A simple memory game built with React and the OpenDota API.
This was an assignment from The Odin Project.
-
Score a point whenever a card is clicked
-
The cards are shuffled whenever one is selected
-
Click on the same card twice and it's game over!
Instructions to run the project locally are below.
- Clone the repository:
# HTTPS
git clone https://github.com/DevlinRocha/Dota-Memory.git
# or
# SSH
git clone git@github.com:DevlinRocha/Dota-Memory.git
- Go into the directory and install modules:
cd Dota-Memory/
npm install
# or
yarn install
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser.