7 Days of Code Challenge is an individual project/program completion task for the ALC learners.
The goal is to determine your overall progress in the ALC program, and identify the top 100 learners from this track.
To test the skills learned by learners and certify the top learners at the end of the program.
Freecurrencyconverterapi is an API that converts one currency to another and returns result in json format.
You are required to implement a front-end application that takes advantage of the functionalities Freecurrencyconverterapi provides.
The application should be able convert one currency to another while offline or online.
- All Javascript MUST be written in >=ES6
- Use Github repository for version control.
- Host a working version of the application on Github-Pages.
- The application must make use of the following:
- Service Worker
- Cache API
- IndexedDB
At minimum users should be able to:
- Select currencies to be converted from and to
- Convert currencies while the application is online or offline