This single page web application is a memory game that makes use of topics from Star Wars and is similar to the card game 'Concentration'.
The app has been built using React and gets data from the Star Wars API - https://swapi.dev/
Play the game at https://star-wars-memory-game.netlify.app/
To run the app locally:
- Clone the repository
- Run npm install
- Run npm start