This application provides both an API and a frontend interface for currency conversion. The API serves currency rates, including buying, selling, and mid-market rates, sourced from the Hong Kong Association of Banks. The frontend allows users to perform currency conversions based on these rates and compare them with third-party conversion rates to evaluate potential profit or loss from the transactions. Kindly refer to Currency Converter.
-
API for Currency Rates: Retrieve buying, selling, and mid-market rates for various currencies.
-
Frontend for Currency Conversion: A user-friendly interface for converting between currencies based on the latest rates and comparing these rates with third-party rates to assess profit and loss.
-
Clone the repository:
git clone https://github.com/sushihentaime/currency-converter.git cd currency-converter
-
Install dependencies:
npm install
-
Run the application:
npm run dev
-
Access the application:
Open your browser and go to http://localhost:3000.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.