Skip to content

dakshshah96/currency-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency App

A simple currency app built using the Fixer.io API.

Live Demo

You can check out the live demo of this project at GitHub Pages or see the screencast below:

Currency App Screencast

User stories

The project attempts to satisfactorily fulfill the following user stories:

  • Users can convert one currency to another
  • Users can save a particular currency conversion as favorite
  • Users can access the list of their favorite conversions
  • Users can remove conversions from the favorites list

Built With

Thanks

Here's a list of the awesome resources without which this project wouldn't look as cool as it looks right now:

  • Fixer.io is a free JSON API for current and historical foreign exchange rates published by the European Central Bank. Check out the source code.
  • money.js, the simple JavaScript currency conversion library with no dependencies, in just over 1 kb.
  • Currency Central logo icon made by Freepik from Flaticon
  • Button icons by Font Awesome
  • Searchable select boxes made possible by Select2, the jQuery replacement for select boxes.

Author