please who can help me out with this project?
Project name: Currency Converter Note: We expect that you must havecompleted your Udacity course to be able to fully understand and take this challenge. Introduction: Freecurrencyconverterapi is an API thatconverts one currency to another and returns result in json format. You are required to implement a front-end application that takes advantage of the functionalitiesFreecurrencyconverterapi provides. The application should be able convert one currency to another while offline or online. Requirements: All Javascript MUST be written in>=ES6Use Github repository for version control.Host a working version of the application on Github-Pages.The application must make use of the followingService WorkerCache APIIndexedDBYou are not to use any service worker library. Application Functions At minimum users should be able to: Select currencies to be converted from and toConvert currencies while the application is online or offline API Specification