Hangman game where the player can challenge themselves in geography.
Hangman game that use an external API that contains capitals around the world. If the player manage to get a top 10 score, it will be saved in a REST API that I have built in strapi, and will be displayed in the top 10-page.
The project is built with following tech stack.
Front-end:
Back-end:
To install and run this React project locally, you can do the following:
- Clone the repo:
git clone git@github.com:lassopicasso/hangman-world.git- Install the dependencies:
npm install
- To run the app, run the following command:
npm run start