Exchange rates web

Data from the API created with Open Exchange Rates API with free plan

Environment Variables

To run this project, you will need to add the following environment variables to your .env.local file

EXCHANGE_RATES_API=

Installation

Install dependencies with npm

  npm install

Run the development server:

  npm run dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel