A tool to find inspiration for project names. Search a relevant word, and aha will show you similar words, and the same word in other languages. Visit at aha.pineapple.lol.
Built with React using Ant Design components.
Uses ESLint with Prettier and the Airbnb Javascript Style Guide.
Uses Flow type checking.
- Merriam-Webster Dictionary – for word definitions
- DataMuse – for word synonyms
- Microsoft Translator – for word translations
Live project deployed at aha.pineapple.lol.
Clone this repository and yarn && yarn start
. Visit http://localhost:3000 in your browser. API's will not work until you create a .env
file with follow components:
REACT_APP_MS_TRANSLATE
from Microsoft TranslatorREACT_APP_MW_API_KEY
from Merriam-Webster Dictionary
To lint, yarn lint
, and for flow type checking, yarn flow
.