Skip to content

Commit d4401a6

Browse files
authored
docs: created README
1 parent 52cf68d commit d4401a6

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

  • Projects/Realtime Currency Converter
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Currency Converter
2+
3+
This is a currency converter web application that fetches real-time data for currency conversion rates using HTML, CSS, and JavaScript. The application allows users to convert currencies by selecting the source currency and the target currency, and it provides an interface to easily switch between the two selected values. Visit the webpage here: https://alkaison.github.io/Currency-Converter
4+
5+
## Features
6+
7+
- Real-time currency conversion rates using an API
8+
- Simple and intuitive user interface
9+
- Select source currency and target currency
10+
- Button to switch the selected currencies
11+
- Display of the converted currency value
12+
13+
## Screenshots
14+
15+
![Currency Converter](https://i.postimg.cc/mrFTzR1D/Currency-Converter1.png)
16+
![Currency Converter](https://i.postimg.cc/qvFkvgRS/Currency-Converter2.png)
17+
18+
## API Integration
19+
20+
This currency converter utilizes a real-time currency conversion API to fetch the latest exchange rates. The API used in this project is [Exchange Rate API](https://app.exchangerate-api.com/ "Exchange Rate API"), which provides accurate and up-to-date currency conversion data. To integrate a different API, you can modify the JavaScript code in `script.js` file to make requests and handle the response according to the API documentation.
21+
22+
Please note that you may need to sign up for an API key and update the code with your API key if required by the chosen API.
23+
24+
## Technologies Used
25+
26+
- HTML
27+
- CSS
28+
- JavaScript (Modern)
29+
30+
## Credits
31+
32+
This project was developed by [Alkaison](https://github.com/Alkaison "GitHub Profile"). If you have any questions or suggestions, feel free to [contact me](https://twitter.com/Alkaison "Twitter Profile").

0 commit comments

Comments
 (0)