MonkeyType aesthetic + TypeRacer's functionality
Table of Contents
This typing speed site was built as an experimental project to learn to basics of Next.js, which allows users to play a timed game of typing to test how fast the user can type per minute and test the functionality of PartyKit.js for real-time multiplayer possibilities for future projects.
Future Features/Improvements
- Having accounts to save progress each time test is taken
- Leaderboard for multiplayer wins
- Speed typing
- Results of typing speed etc when game is completed
- Real-time Multiplayer - Play with your friends! (If you encounter any bugs, contact me!)
- Themes
To get a local copy up and running, follow these simple example steps
- Node.js
- NPM
- Clone the repo
git clone https://github.com/bryanleezh/fatfingers.git
- Install NPM packages
npm install
- Duplicate a copy of
.env.local-example
in the same directory, and rename it to.env
- Run the application
npm run dev
- To run PartyKit locally
npx partykit dev