https://github.com/noeldelgado/whatever-suffix
❓ Random word-based-app inspired by @WhateverScript twitter bot
https://github.com/noeldelgado/whatever-suffix
color-combos googlefonts letterpress material-ui parcel random react scriptnames word-based
Last synced: 3 months ago
JSON representation
❓ Random word-based-app inspired by @WhateverScript twitter bot
- Host: GitHub
- URL: https://github.com/noeldelgado/whatever-suffix
- Owner: noeldelgado
- License: mit
- Created: 2020-03-31T04:59:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T19:15:02.000Z (about 5 years ago)
- Last Synced: 2025-02-05T03:16:48.328Z (4 months ago)
- Topics: color-combos, googlefonts, letterpress, material-ui, parcel, random, react, scriptnames, word-based
- Language: JavaScript
- Homepage: https://noeldelgado.github.io/whatever-suffix/
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# whatever suffix
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## Dev
### .env```sh
cp .env.example .env
```### start dev mode
Install the dependencies and start the development server on `localhost:1234````sh
npm install
npm start
```## License
MIT © [Noel Delgado](http://pixelia.me/)[@freezydorito]: https://twitter.com/freezydorito
[@WhateverScript]: https://twitter.com/WhateverScript
[sindresorhus/word-list]: https://github.com/sindresorhus/word-list
[Letterpress Word List]: https://github.com/atebits/Words/blob/master/Words/en.txt
[GoogleFonts]: https://fonts.google.com/
[WCAG 2.1 success criteria 1.4.3]: https://www.w3.org/WAI/WCAG21/quickref/#contrast-minimum
[@Google]: https://twitter.com/Google
[Material-UI]: https://github.com/mui-org/material-ui
[Call-Em-All]: https://github.com/mui-org
[jessuni/SafeColor]: https://github.com/jessuni/SafeColor
[malte-wessel/react-textfit]: https://github.com/malte-wessel/react-textfit
[Parcel]: https://parceljs.org/
[favicon.io]: https://favicon.io/favicon-converter/