Skip to content

bskdany/typemeup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typemeup

Algorithmically enhanced typing website, with a minimal look and a lot of upcoming features

Made it to the Svelte Community Showcase !

Features

  • smart mode, using complex typing analysis alghorithms to suggest words that will improve accuracy
  • live mistake correction mode, your errors are fixed as you type
  • timed and fixed word amount typing test
  • live keyboard

Incoming features

  • user configs with typing and theme settings
  • graphs with in-depth statistics and analysis of the test
  • theme marketplace

Got any other ideas for features or just want to say hi? Join the Discord!

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build