SPA for converting currency.
Server may response with error, status 429. That mean client ran out of free monthly requests limit. Currently E2e tests are in progress.
This project is the solution to this test task: Тестовое задание на вакансию "Frontend Developer"
Try it here! Deployed on Vercel.
$ make install
(open http://localhost:4242)
$ make serve
or using docker:
$ make docker-build
$ make docker-run