/typing-game

simple typing game with vanilla javascript

Primary LanguageJavaScript

Typing-Game

Simple typing game with vanilla javascript.

Directory

├── src
    ├── api              # api 호출 및 데이터 처리
    ├── components       # 모듈화된 컴포넌트
    ├── styles           # css파일
    ├── index.html
    ├── index.js
    ├── index.test.js

How to execute

  1. npm install
  2. npm run start

Screenshot

스크린샷1

스크린샷2

스크린샷3