Really minimalistic word counter.
The reading time is based off an average reading speed of 275wpm and the speaking time is based off an average speaking speed of 180wpm.
Yes.
Requirements:
- Git
- NodeJS
pnpm
To Develop:
git clone https://github.com/neelkarma/wordcount.gitpnpm ipnpm dev
To Build:
- All the steps but the last in To Develop
pnpm build
