This is a matching game app built using React. The app displays a set of cards, each featuring a superhero or supervillain from either DC or Marvel comics. The user's task is to match characters from the same publisher by swiping left or right on the cards.
To run the app locally, follow these steps:
- Clone this repository.
- Open the project directory in your terminal.
- Install the required dependencies using the command
npm install
. - Start the development server using the command
npm start
. - Open the app in your browser at http://localhost:3000.
- Utilize a mouse or keyboard for gameplay.
- Swipe the card to the left to choose DC.
- Swipe to the right to choose Marvel Comics.
- Each round comprises five cards.
- Earn points for every correct match.
- All cards will be revealed on their correct sides at the end of a round.
- Hit the WOW button to advance to the next round.
This app was developed by MBukh.dev.