Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

A monolithic single page application for Currency Exchange Rates and Historical Rates

License

Notifications You must be signed in to change notification settings

aa-deet-eeya/currencyExchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange

A single page application to view currency exchange rates

This application is made primarily in Javascript, specifically it makes use jQuery, Semantic UI, Node.js and Express. This application is mobile responsive as well.

Dependencies

APIs

Installation

  • clone the repo.

  • create a .env file with the same name with the following variables inside :

    API_KEY = <your Fixer.io api key>
    PORT = 4000
    TIMEOUT = 5000
    SYMBOLS = INR,USD,EUR,GBP,AUD,BTC,KES,JPY,CNY 
    FREE_CURRCONV_API = <your Free Currency Converter API key>
    
  • Then go to your terminal inside the repo directory to install the npm modules or dependencies :

    npm install
    

Features

This single page application web app follows monolithic code design, and is modular in nature. It also is mobile responsive and does so with the help of Semantic UI. The features are today's currency rates, historical rates and conversion rates.

The mobile views is as follows :

And the web view is as follows :

A live version of the web app can be found here at Glitch

About

A monolithic single page application for Currency Exchange Rates and Historical Rates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published