Simple React app to show random names from different Regions
random-names
Simple React app to show random names from different Regions.
Local Running instruction
npm install
npm run start
Things I played around with
- Simplest react app (create react app used partially)
- Typescript
- material ui
- State/Props/events
- Deploy to heroku
- Deploy to Netlify
- Creating CI in Travis to run tests during pr creation