An open API service indexing awesome lists of open source software.

https://github.com/code-with-divyanshu/currency-convert-app

Create a Currency-Convert-Web-App Using Html, Css and mainly Javascript and API.
https://github.com/code-with-divyanshu/currency-convert-app

api-handling currency-converter currency-exchange-rates javascript javascript-project

Last synced: 8 months ago
JSON representation

Create a Currency-Convert-Web-App Using Html, Css and mainly Javascript and API.

Awesome Lists containing this project

README

          

# 💱 currency-convert-app

Create a Currency-Convert-Web-App Using Html, Css and mainly Javascript and API.

## 🔗 API url

https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies.json

## 💫 Approach

1- Create Simple HTML Code and Give Css.

2- Add Flag url to fetch flag icons and [code.js](https://github.com/code-with-divyanshu/currency-convert-app/blob/a0a65d052b7bf240caa8678672155245633496ae/currency-convert/codes.js) to get flag icons for selected country

3- Fetch API from given [url](https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies.json) using async await and use it to fetch currency details and exchange rate.

4- Customize Ui for this Projects and make it responsive too.