cmkap / currency-conversion-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React App - Currency Conversion App

Overview

A currency converter application where a user can enter a numeric amount in any supported currency and receive the equivalent amount back in any other supported currency, at the current conversion rate.

Using the following API: https://www.exchangerate-api.com/docs/free

Instructions to Run Locally

  1. Install Dependencies:
    npm install
    

For Windows Command Prompt or PowerShell, you can use the same command.

  1. Run the Project: npm run dev

Scripts

  • dev: Run vite for development.
  • build: Build the project using TypeScript and Vite.
  • lint: Lint the code using ESLint.
  • preview: Preview the production build using Vite.

About


Languages

Language:TypeScript 87.4%Language:JavaScript 6.9%Language:HTML 5.8%