This is a web application that lets you enjoy the game of hangman with different categories - super fun!
School project, React Assignment: Create a small web application with a nice graphical user interface using ReactJS, which includes at least three react components, uses state and props, makes at least one API call, and is error-free.
-
Fork the repository to your own account.
-
Clone the forked repository to your local machine. Use the CLI or "Open with GitHub Desktop".
-
Install the required dependencies with:
npm install
- Start the development server with:
npm start