Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 638 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 638 Bytes

Currency converter

A react js frontend

Installation guidelines

  • Clone the repository

  • Install dependencies using yarn install from the app root

  • Create an .env file and specify the API_DOMAIN

  • Link to API_DOMAIN repo

  • Start the development server using yarn start

  • Link to Codesandbox

Since the frontend is mostly acting as a presentational layer with the app backbone in the backend, writing tests commenced there