Crypto Converter

//to run application in dev mode
//server will run localhost:4444
//client will run localhost:3333
  npm run dev
  
//to run test senarios
  npm run test -- --coverage

image

Test Covarage

image