Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.62 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.62 KB

aha

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.


Technology

Built with React using Ant Design components.

Uses ESLint with Prettier and the Airbnb Javascript Style Guide.

Uses Flow type checking.

APIs

Usage

Live project deployed at aha.pineapple.lol.

Running Locally

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:

Code Quality

To lint, yarn lint, and for flow type checking, yarn flow.

Partners