/typing-practice-webapp

Practice Typing - Web App Build In Next.js

Primary LanguageTypeScript

Getting Started

Simple web app build in Next.JS, to practice and write more fastly and accurately. Typing design inspired by typing.com

Deployed Version: Typing Practice Web App

To get started with source code, install the required packages

npm install
# or
yarn

Now, start the sever and server app to localhost

npm run dev
# or
yarn dev

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