Repetition comes with retension, but instead of writing with a pen, why not type it?
Typephoon is a typing practice app that solves the problem of people who are inclined to understand and retain information if they write it down, in the age where even notes are digial, why not make this the new norm?. Practice with random words, retype your notes, or drill code snippets. Built with React and Node.
git clone https://github.com/DynielleRyan/typephoon.git
cd typephoon
npm installDevelopment (client + server with hot reload):
npm run devProduction (build then start):
npm run build
npm startUses Node 20+. The client runs on Vite’s dev server in development; the Express server serves the built client in production.