A classic Hangman game built with React and TypeScript, featuring a hand-drawn aesthetic using Rough.js.
Live demo: hangman-game-orpin-two.vercel.app
- React 19 — UI and component state
- TypeScript — type safety throughout
- Vite — build tool and dev server
- styled-components — component-scoped CSS-in-JS styling
- Rough.js — canvas-based hand-drawn rendering for the gallows
- Vercel — deployment and hosting
- Claude Code (AI) — used to accelerate scaffolding and iteration during development
# Clone the repo
git clone https://github.com/your-username/hangman.git
cd hangman
# Install dependencies
npm install
# Start the dev server
npm run devOpen http://localhost:5173 in your browser.
npm run build # Production build
npm run preview # Preview the production build locally
npm run lint # Run ESLint