This is a hangman web app created by Group 22 as part of TikTok Camp 2022. The deployed web link is https://hangman-22.netlify.app/.
These are the software you need and how to install them:
-
npm
npm install npm@latest -g
Here is how you can install and set up the project locally.
-
Open Github Desktop, click on File and select Clone Repository.
-
In the popup window, select the URL tab and paste this URL before pressing on Clone:
https://github.com/tiktok-camp-group-22/hangman.git
-
Cd into the hangman folder and install NPM packages
npm install
-
Run the app in the development mode with the command
npm start
-
Open http://localhost:3000 to view it in your browser.
To understand more about this project, please refer to the Documentation.