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.
- Host: GitHub
- URL: https://github.com/jefersonfuentes/hangman-game
- Owner: strakerbit
- Created: 2024-11-22T00:35:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T00:36:24.000Z (6 months ago)
- Last Synced: 2025-02-27T01:50:45.332Z (3 months ago)
- Language: TypeScript
- Homepage: https://hangman-game-jf.netlify.app/
- Size: 295 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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