A memory game I created using my daughter's drawings! The application features two difficulty levels: easy mode with 12 cards and hard mode with 24 cards.
It was built with React using functional components, Context API, and React Hooks.
- JavaScript
- HTML
- CSS
- React.js
- Context API
- Clone the repository to your machine.
- In the terminal, install the application dependencies:
npm install - Then simply run the application:
npm start
