Skip to content

rcrosbourne/boj-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOJ Exchange Rate Converter

Laravel Forge Site Deployment Status

Description

BOJ Exchange Rate Converter is a tool that fetches the daily currency rate from the Bank of Jamaica website and allows users to convert any amount from one currency to another, both of which are supported by the website.

Live Demo

Experience the BOJ Exchange Rate Converter in action. Check out the live version here.

Features

  • User Interface: Provides a user-friendly page where users can input the amount they wish to convert, choose the desired currency, and specify the date for which the conversion should be based.
  • Real-time Conversion: Fetches the current exchange rates directly from the Bank of Jamaica website.
  • Detailed Results: Users are presented with the converted amount and the exchange rate used for the computation as soon as the amount to be converted is changed.

Coming Soon

  • Trend Analysis: Offer trend analysis for widely used currencies, providing insights into historical patterns.
  • AI Predictions: Leverage artificial intelligence to provide predictions on whether the exchange rate is likely to trend upwards or downwards in the near future.
  • API Endpoints: Introduce API endpoints for external applications to easily integrate and fetch conversion rates.

Installation

Follow these steps to get the BOJ Exchange Rate Converter running on your local machine:

  1. Clone the Repository:

    git clone https://github.com/rcrosbourne/boj-exchange
    
  2. Install Composer Dependencies:

    composer install
    
  3. Install NPM Packages:

    npm install
    
  4. Compile Assets:

    npm run dev
    

Usage

After installation, or when accessing the live site, simply enter the amount you wish to convert. The conversion is real-time and occurs as you change the amount. Select the currency and desired date, and the tool will automatically display the converted amount and the exchange rate used.

Contribution

If you'd like to contribute to this project, please fork the repository and submit a pull request. We appreciate any and all contributions!

License

Please check the repository for licensing details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published