To run the app:
Using Yarn:
yarn
yarn dev
This should open up a browser tab at localhost:3000
in your default browser.
Using Docker:
- Make sure you have docker running
docker compose up
Future Updates:
- Add Testing
- Add a limit to the clicking the button to limit api calls
- Implement a cache on the front end that keeps track of button clicks and only send api calls periodically