A classic memory game built with React.
Once the game starts, you'll be presented with a set of images that will shuffle after each click. Your mission: remember which images you've clicked and avoid clicking any image twice.
- Vite
- React
- CSS module
- Redux
- React Router
- Unsplash API
To get started with the application, simply clone the repository and run the following command to install the required dependencies: npm install
Once the dependencies are installed, you can start the application by running: npm run dev
The application will be available at http://localhost:5173.