Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 665 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 665 Bytes

phono-word-gen

Deployed here: https://bigyihsuan.github.io/phono-word-gen/

This project stems from a general dissatisfaction of the various "generate a random word given a phonology" tools and websites floating around the internet. See thoughts.md for my list of grievances pros and cons on each tool (that I know of).

Project Goals

  • Use TypeScript as the back-end and logic layer. Use Go and WASM as the word generator.
  • Set up and host the front-facing site on GitHub Pages.
  • Implement, at minimum, the "Minimum" features in desired-features.md.
  • Have fun while doing so.