Skip to content

When I was new to coding, this as my first own side project. I made it with a tutorial and customized it.

Notifications You must be signed in to change notification settings

stabjana/memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Game

This app is a classical memory game, no weird twists, no unnecessary stuff. Just good old-fashioned card flipping action. Match the pairs, test your brain and avoid rage-quitting, there are different levels of difficulty. 🧠

Technical stuff

Built with: React + JavaScript Images: Fetched from the Pexels API (because stock photos make everything better) Logic: Cards flip, reveal an image, and if they match, they stay. 🧚

Deployment

I created an extra release branch to deploy it on netlify. You can visit the game on:

https://stabjana-memory.netlify.app/

How to run it

  1. clone the repo to your local machine
  2. run this command to install the dependencies in the main branch:
npm i
  1. then run this and visit the shown localhost address in your browser
npm run dev
  1. choose you setting and start playing 🦄

Acknoledgements

I took the example from https://theultimateapichallenge.com/challenges/memory-game-api and adapted it to react vite
🌺

About

When I was new to coding, this as my first own side project. I made it with a tutorial and customized it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published