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. ðŸ§
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. 🧚
I created an extra release branch to deploy it on netlify. You can visit the game on:
https://stabjana-memory.netlify.app/
- clone the repo to your local machine
- run this command to install the dependencies in the main branch:
npm i- then run this and visit the shown localhost address in your browser
npm run dev- choose you setting and start playing 🦄
I took the example from https://theultimateapichallenge.com/challenges/memory-game-api
and adapted it to react vite
🌺