- Notifications
You must be signed in to change notification settings - Fork0
A simple memory game built with React and the OpenDota API. Assignment from The Odin Project.
License
NotificationsYou must be signed in to change notification settings
DevlinRocha/Dota-Memory
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple memory game built with React and the OpenDota API.
This was an assignment fromThe 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:
# HTTPSgit clone https://github.com/DevlinRocha/Dota-Memory.git# or# SSHgit clone git@github.com:DevlinRocha/Dota-Memory.git
- Go into the directory and install modules:
cd Dota-Memory/npm install# oryarn install
- Run the development server:
npm run dev# oryarn dev
- Openhttp://localhost:3000 with your browser.
About
A simple memory game built with React and the OpenDota API. Assignment from The Odin Project.