Skip to content

dbarac/qtypingtest

Repository files navigation

qtypingtest

This is a typing test desktop application, made with Qt6/QtQuick and inspired by the monkeytype.com website. The application was tested with Qt version 6.3.

Screenshots

test test done results

Build and run

On any Linux distro or Windows:

  1. Download Qt 6.3 with qml, qtquick and charts modules from the Qt website https://www.qt.io/download-qt-installer.

  2. Open project file qtypingtest.pro in QtCreator and click Run.

On Arch Linux:

  1. Install Qt deps and QtCreator.
$ sudo pacman -S qt6-base qt6-declarative qt6-charts qtcreator
  1. Clone and build project:
$ git clone https://github.com/dbarac/qtypingtest.git
$ cd qtypingtest
$ mkdir build && cd build/
$ qmake6 -makefile ..
$ make -j
  1. Run:
$ ./qtypingtest

About

typing test desktop app made with Qt6

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published