Type Test web app

⌨️ This is a web app designed to test and produce reports on a User's typing ability. ⌨️ This app was made as an accessible and easy-to-use tool to practice typing ability for free.

Install

Clone this repository

git clone git@github.com:A26S/type-test-improved.git
cd type-test-improved

Install dependencies

Using Bundler

bundle install

Initialize the database

rake db:create db:migrate db:seed

Serve

rails s