Skip to content

Random English-sounding (phonotacticaly correct) word generator that runs on a full-stack web app with public API. (Vue + Node + Express)

License

Notifications You must be signed in to change notification settings

FrederickRoman/Ranglish

Repository files navigation

ranglish

Ranglish logo

Random English-sounding word generator

This a full-stack public API that provides made-up english-sounding words that follow english phonotactics. For example:

  • ranglish: /ɹæŋ ɡlɪʃ/
  • drim: /drɪm/
  • sclown: /sklaʊn/
Ranglish home page phone mockup

Live website

See Ranglish website.

Access to public API

Simply call the endpoint:

GET https://ranglish.heroku.app/api/word

No authorization token required (at least for now).

Tech stack used in this project (all is in this repo)

  • Client-side:
    • Vue.js (2)
    • Vuetify
  • Server-side:
    • Node (TS)
    • Express

Project setup

npm install

Compiles and hot-reloads for client development

npm run client_dev

Compiles and hot-reloads for server development

npm run server_dev

Compiles and minifies for production

npm run postinstall

Lints and fixes client-side files

npm run client_lint

About

Random English-sounding (phonotacticaly correct) word generator that runs on a full-stack web app with public API. (Vue + Node + Express)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published