random-names

Simple React app to show random names from different Regions.

random

Local Running instruction

npm install
npm run start

Things I played around with

  1. Simplest react app (create react app used partially)
  2. Typescript
  3. material ui
  4. State/Props/events
  5. Deploy to heroku
  6. Deploy to Netlify
  7. Creating CI in Travis to run tests during pr creation

GitHub