Skip to content

code-with-divyanshu/currency-convert-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

💱 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 to get flag icons for selected country

3- Fetch API from given url using async await and use it to fetch currency details and exchange rate.

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