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.
- Host: GitHub
- URL: https://github.com/code-with-divyanshu/currency-convert-app
- Owner: code-with-divyanshu
- Created: 2024-05-28T14:46:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T14:57:28.000Z (about 2 years ago)
- Last Synced: 2024-05-29T06:35:37.947Z (about 2 years ago)
- Topics: api-handling, currency-converter, currency-exchange-rates, javascript, javascript-project
- Language: JavaScript
- Homepage: https://code-with-divyanshu.github.io/currency-convert-app/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.