Skip to content

Character Typing Game using TypeScript

This app is a typing game that asks users to type the character on the screen. It uses TypeScript for type-checking and type annotations.

Getting Started

git clone https://github.com/lulunac27a/typescript-character-typing-game.git
cd typescript-character-typing-game
npm install
npm run compile
npm run start