A simple Currency Convertor tool which converts one Currency to another and also provides historical data.
-
Your computer should have NodeJs version 20.11.1
-
Install typescript by running this command.
npm install typescript -g
-
Now in main folder create .env file which store the exchange-rate api enpoint and key.
- VITE_API_URL = https://v6.exchangerate-api.com/v6
- VITE_API_KEY =
Now Run command:- To install dependencies.
npm run install
and run the project by running
npm run dev