A simple currency app built using the Fixer.io API.
You can check out the live demo of this project at GitHub Pages or see the screencast below:
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
- HTML
- CSS
- Bootstrap v4.0.0-alpha.6
- JavaScript
- jQuery
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.
- Daksh Shah - daksh.me