Currency Calculator with React

About

This project was bootstrapped with Create React App.

Currency Calculator is an app that converts and calculates the rate between two currencies, similar to Google app.

The currency quote is automatically updated from a public API.

Layout web

layout_web

Run project

# clone the repository
git clone https://github.com/AmiltonCabral/react-currency-calculator.git

# go to project directory
cd react-currency-calculator

# install React scripts
npm i react-scripts

# run the project
npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

Technologies used

  • HTML, CSS, JS
  • ReactJS

GitHub

View Github