Skip to content

thanhtdiep/hangman

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

About

A simple fun hangman game created to follows the original hangman game that I played while learning English as a kid.

It started as a challenge to create 1 working app in 1 day. Now, the goal is to improve UI/UX and make it fun.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.