Currency exchanger
Clone the repo,
git clone https://github.com/ricardocasares/cuex.git
Install npm
dependencies,
npm i
Configure your API endpoint inside .env
file
API=https://api.exchangeratesapi.io/latest
Start development server
npm run dev