An open API service indexing awesome lists of open source software.

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.

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.