thekiranmahajan / currency-converter-javascript

Currency converter made with pure JavaScript and it was kinda easy when i did this in React.js. this application provide modern cool looks with complex functionality of converting almost all currencies to desired currency in the world just checkout features below in readme file

Home Page:https://currency-converter-javascript-ray.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello hello.. fellows 😂,

Here again with a new JavaScript project {10/12}: currency-converter-javascript

I've already made a similar project with React.js too but with Js, it's kind of complex due to state change {Exact problem that FB devs had while making React 😂}

currency-converter-js.mp4

🟢GitHub Link:

https://github.com/thekiranmahajan/currency-converter-javascript

🔴Live Link:

https://currency-converter-javascript-ray.vercel.app/

💸Feature💸

🍭 As always cool looking for modern web design with top-quality CSS.

🍭 Used the concepts of JavaScript such as for-in loop, fetch API, toFixed, async-await, parseFloat, template literals, innerHTML, addEventlistener, DOM manipulation, arrow-functions, etc.

🍭 Populated the whole object keys of currency object and created options in the select tag.

🍭 Created separate methods for exchange calculations and fetching data from API calls.

🍭 Added a swap button to swap values of input fields and called the method for rate conversion.

🍭 Dynamic selection of option as a selected option in HTML using DOM manipulation.

🍭 Every change in the value of options or input fields executes the respective function for reflecting data on UI.

🍭 Added try-catch to handle errors of API calls and also integrated the respective errors in UI.

🍭 lot more such small as well as complex features.😊

About

Currency converter made with pure JavaScript and it was kinda easy when i did this in React.js. this application provide modern cool looks with complex functionality of converting almost all currencies to desired currency in the world just checkout features below in readme file

https://currency-converter-javascript-ray.vercel.app


Languages

Language:CSS 41.1%Language:JavaScript 36.4%Language:HTML 22.5%