A fun and interactive memory game where players flip cards to find matching pairs. Test your memory and try to match all pairs in the fewest moves possible!
Install the game with git
git clone https://github.com/rajeshmbg3-developer/memory-game.git
cd memory-game
Install dependencies:
nmp install
Run application:
npm run start
Open localhost:4200
to access the application!😎