Table of Contents
This is a calculator for converting one currency to another using the exchange rates API.
- React
- CSS
- HTML
Clone the project
git clone https://saraiovieira/currency-converter.git
Go to the project directory
cd currency-converter
Install dependencies
npm install
Start the server
npm start