https://noeldelgado.github.io/whatever-suffix/
Random word-based-app inspired by @freezydorito’s @WhateverScript twitter bot.
- Uses sindresorhus/word-list with 274,411 entries to randomly select English words from the Letterpress Word List. One-letter words are not included. Many common bad words are also filtered out.
- 987 GoogleFonts to randomly load fonts for every new combination.
- jessuni/SafeColor to generate accessible color combinations that complies with WCAG 2.1 success criteria 1.4.3
- Material Design, Icons and Fonts by @Google
- Material-UI react components by Call-Em-All
- Favicons generated using favicon.io
- Build using Parcel bundler
cp .env.example .env
Install the dependencies and start the development server on localhost:1234
npm install
npm start
MIT © Noel Delgado