https://github.com/devfreaked/currate-currency-converter
A simple online currency converter built with React.js.
https://github.com/devfreaked/currate-currency-converter
Last synced: about 1 year ago
JSON representation
A simple online currency converter built with React.js.
- Host: GitHub
- URL: https://github.com/devfreaked/currate-currency-converter
- Owner: DevFreAkeD
- Created: 2023-12-24T08:26:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T17:41:53.000Z (about 2 years ago)
- Last Synced: 2024-05-05T05:31:59.834Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CurRate Currency Converter
A simple online currency converter built with React.js.

## Features
- Convert between different currencies in real-time
- Up-to-date exchange rates
- User-friendly interface
## Installation
1. Clone the repository:
`git clone https://github.com/FreAkeD146/CurRate-currency-converter.git`
2. Navigate to the project directory
`cd CurRate-currency-converter`
3. Install dependencies
`npm install`
## Usage
1. Start the development server
`npm start`
3. Open your browser and goto http://localhost:3000
4. Use the currency converter to convert between different currencies.
## Technologies Used
1. React.js
2. Bootstrap v5
3. ExchangeRate-Api (You can use any other API of your choice)
## Acknowledgement
Thanks to ExchangeRate-API for providing real-time exchange rates.
Happy converting! 🌍💸
Feel free to customize it according to your project's specific details!