Just Typing is not a game, just a simple app to make typing more comfortable regardless of any score. It is built using vanilla Javascript and the Quotable API to generate random quotes.
- Typing
- Dark Mode
- Auto next
- Copy the quote
- Reload
Here is the live demo
First, we must have the source code in our machine, to get it, open your favorite terminal and navigate to your preferred directory (eg. cd desktop) then run the following command
git clone https://github.com/rismawtsa/js-typing.git
or click the code button on the top right side of this repository to see the other options.
Then open the project on Visual Studio Code--make sure live server extension is installed. Right click the index.html file, and choose Open with live server.
It should open the app on the browser automatically.
If you want to use a bundler, please check the dev branch
