Create an accessible, interactive memory game using React.
- Developed using React + Vite.
- The game supports multiple difficulty levels with different grid sizes.
User Profiles:
- Players can create a profile by entering a name and selecting an avatar.
- No authentication (passwords) is required.
- User data is stored in localStorage, allowing results to be saved.
Score and Ranking System:
- A timer and moves counter are used to track performance.
- The game tracks the best results first based on number of moves and then on time used to finish game.
- A ranking system displays the highest score for each level.
@trivago/prettier-plugin-sort-imports prettier
npm install react-router-dom
npm i clsx
npm install framer-motion
npm install prop-types
npm i zustand
npm install react-helmet-async- ? project structure
