A responsive and interactive memory card game app with pokemons built using Vite+React, HTML and CSS. Win the game by collecting all pokemons without clicking the same pokemon twice. The app leverages extensive use of React's useState and useEffect hooks to manage game state and logic to provide fast and smooth interactivity. The pokemon data is fetched using api calls to PokéAPI endpoint. WebStorage API is utilised for persistent storage of the best score obtained.
live: https://pokemon-card-game-seven.vercel.app/
Work done as a part of "The Odin Project" Open Source curriculum.

