https://github.com/abdulrahmans0414/currenzy
Currency Converter A fast and intuitive currency conversion tool built with React, Vite, and Tailwind CSS. This app allows users to convert between multiple currencies using real-time exchange rates fetched from a reliable API.
https://github.com/abdulrahmans0414/currenzy
api currency currency-converter custum-hook react tailwindcss useid-hook vite
Last synced: 2 months ago
JSON representation
Currency Converter A fast and intuitive currency conversion tool built with React, Vite, and Tailwind CSS. This app allows users to convert between multiple currencies using real-time exchange rates fetched from a reliable API.
- Host: GitHub
- URL: https://github.com/abdulrahmans0414/currenzy
- Owner: abdulrahmans0414
- Created: 2025-02-16T20:39:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T05:31:52.000Z (over 1 year ago)
- Last Synced: 2025-07-18T16:24:47.429Z (11 months ago)
- Topics: api, currency, currency-converter, custum-hook, react, tailwindcss, useid-hook, vite
- Language: JavaScript
- Homepage: https://currenzy.vercel.app
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Converter 💱
A fast and intuitive currency conversion tool built with **React**, **Vite**, and **Tailwind CSS**. This app allows users to convert between multiple currencies using real-time exchange rates fetched from a reliable API.
---
## Features ✨
- **Real-time exchange rates**: Fetch up-to-date currency data.
- **User-friendly interface**: Clean and responsive design powered by Tailwind CSS.
- **Swap functionality**: Easily switch between "From" and "To" currencies.
- **Custom hooks**: Efficient data fetching with `useCurrencyInfo`.
- **Dynamic input**: Supports custom amounts and currency selections.
---
## Technologies Used 🛠️
- **React**: A JavaScript library for building user interfaces.
- **Vite**: A fast build tool for modern web development.
- **Tailwind CSS**: A utility-first CSS framework for rapid UI development.
- **Fetch API**: For fetching real-time currency data.
---
## How to Run 🚀
1. **Clone the repository**:
```bash
git clone https://github.com/abdulrahmans0414/Currenzy.git
```
2. Navigate to the project directory:
```bash
cd Currenzy
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```
5. Open your browser and navigate to `http://localhost:5173`.
## License 📄
This project is licensed under the MIT License. See the LICENSE file for details.
## Acknowledgments 🙏
- Exchange rate data provided by currency-api.
- Built with ❤️ by Abdul Rahman.