Browser game to measure words per minute
Sveltekit
- Adjust count down
- Select different word lists
- Nice animations and transitions
- Fast
Clone the project
git clone https://github.com/1r00t/typr.git
Go to the project directory
cd typr
Install dependencies
npm install
Start the server
npm run dev
To create a production version:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
Contributions are always welcome!