GitHub Pages app: https://siznax.github.io/inat
To install:
$ git clone https://github.com/siznax/inat.git
$ cd inat
$ yarn install
To run locally:
$ yarn start
To build and deploy:
$ yarn run deploy
Current state:
- Initial API call populates app
- Form allows composing new API URL
- Form submit fetches new results
- Updates components with new results (post-challenge)