Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.19 KB

README.md

File metadata and controls

64 lines (44 loc) · 1.19 KB

currency-converter

💰 Currency Converter | Conversor de Moeda

Report Bug · Request Feature

Table of Contents

About The Project

This is a calculator for converting one currency to another using the exchange rates API.

Built With

  • React
  • CSS
  • HTML

Run Locally

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