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.
- 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.
- 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.
- Clone the repository:
git clone https://github.com/abdulrahmans0414/Currenzy.git
- Navigate to the project directory:
cd Currenzy
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
.
This project is licensed under the MIT License. See the LICENSE file for details.
-
Exchange rate data provided by currency-api.
-
Built with ❤️ by Abdul Rahman.