Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mashookhkhanlol/currency-convertor
Currency Converter is a web application designed to provide users with real-time currency conversion between various international currencies.
https://github.com/mashookhkhanlol/currency-convertor
currency-converter javascript reactjs tailwind
Last synced: about 1 month ago
JSON representation
Currency Converter is a web application designed to provide users with real-time currency conversion between various international currencies.
- Host: GitHub
- URL: https://github.com/mashookhkhanlol/currency-convertor
- Owner: MashookhKhanlol
- Created: 2024-08-05T05:13:06.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T07:23:12.000Z (4 months ago)
- Last Synced: 2024-08-29T08:52:24.033Z (4 months ago)
- Topics: currency-converter, javascript, reactjs, tailwind
- Language: JavaScript
- Homepage: https://currency-convertor-rosy-psi.vercel.app
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Converter
Currency Converter is a web application designed to provide users with real-time currency conversion between various international currencies. The application offers a simple and intuitive interface, making it easy for users to convert amounts quickly and accurately.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Technologies Used](#technologies-used)## Features
- Real-time currency conversion
- Support for multiple currencies
- User-friendly interface
- Accurate exchange rates## Usage
- Quick and easy currency conversion
- Up-to-date exchange rates
- Support for various international currencies
- Intuitive and modern design## Technologies Used
- [React.js](https://reactjs.org/)
- [Node.js](https://nodejs.org/)
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)![image](https://github.com/user-attachments/assets/1fdd29be-c51c-4352-b112-ad2f446ce7e2)
## Installation
Follow these steps to set up the Currency Converter application locally:
```bash
# Clone the repository
git clone https://github.com/MashookhKhanlol/currency-convertor.git# Navigate to the project directory
cd currency-converter# Install dependencies
npm install# Start the application
npm start