Hangman

tutorial thumbnail

A simple game where you have to guess all the letters in a word.

https://hangman-sd.vercel.app

Main technologies

HTML CSS JavaScript TypeScript React Styled Components

Stack

  • Vite – a new breed of frontend build tooling that significantly improves the frontend development experience

Details

  • simple game created with Vite and React
  • using TypeScript
  • styling with styled-components
  • responsive on mobile devices

Tutorial and project structure

Inside of project, you’ll see the following folders and files:

PROJECT_ROOT        # index files
├── public          # public files
└── src             # files and components

Download the repository to your local machine and run to download all missing dependencies:

npm install

After that you can run this project using:

npm run dev

To build your application use:

npm run build

GitHub

View Github