Skip to content

difunk/REACT-TYPESCRIPT-HANGMAN-APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

About This Project

This is a practice project where I use React and TypeScript to create a Hangman game. 👨‍💻
The goal is to deepen my understanding of concepts like state management, user interactions, and component-based architecture while building a fun and interactive application.

image

Tech stack

  • React
  • Typescript

Features

  • Random word selection from a predefined list.
  • Tracks incorrect guesses and dynamically updates the game state.
  • Handles keyboard input for guessing letters.
  • Displays a congratulatory message when the word is guessed.
  • Shows a losing message when the maximum number of incorrect guesses is reached.
  • Disables further input when the game ends (win or lose).

Setup

Prerequisites

Installation

npm install

Launch project

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published