nanyx95 / Typing-Test

A modern web app to test your typing speed

Home Page:https://fs-typing-test.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing Test

A modern web app to test your typing speed. Try it now!

screenshot

Built with:

Getting started

  1. Install the npm packages and build the frontend

    cd frontend/
    npm install
    npm run java:build

    The npm run java:build command builds the application (compiles TypeScript and copies assets) into backend/src/main/resources/static.

  2. Run the backend

    There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.fabiosomaglia.backend.BackendApplication class from your IDE.

    Alternatively you can use the Spring Boot Maven plugin like so:

    cd backend/
    mvn spring-boot:run

    The web application is accessible via localhost:8080

Requirements

For building and running the application you need:

About

A modern web app to test your typing speed

https://fs-typing-test.herokuapp.com

License:MIT License


Languages

Language:JavaScript 98.0%Language:TypeScript 1.1%Language:CSS 0.3%Language:HTML 0.3%Language:Java 0.3%