An open API service indexing awesome lists of open source software.

https://github.com/jefersonfuentes/hangman-game

A classic Hangman game built with React and TypeScript as part of the "Programación 101" course by Fernando Herrera.
https://github.com/jefersonfuentes/hangman-game

Last synced: 2 months ago
JSON representation

A classic Hangman game built with React and TypeScript as part of the "Programación 101" course by Fernando Herrera.

Awesome Lists containing this project

README

        

# Hangman Game
Exercise from Fernando Herrera's Beginner Programming Course - Hangman Game in React

## Run:

1. Clone or download the code

2. Run ``` npm install ```

3. Run ``` npm run dev ```

4. Open ```localhost:3000``` or the URL displayed in the console