This currency converter application is built using ReactJS and Tailwind CSS. It allows users to convert one currency to another, and showcases best practices in React development.
- Custom hooks for modularity and maintainability.
- Performance optimization with the
useIdhook. - Effective React state management using
useStateand side effect handling withuseEffect. - Production-ready application with an accessible and user-friendly UI.
- install Node.js and npm installed on your system.
-
Clone the repository:
git clone https://github.com/yourusername/currency-converter.git
-
Navigate to the project directory:
cd currency-converter -
Install dependencies:
npm install
-
Usage : Start the development server:
npm run dev
Open your web browser and visit http://localhost:5173 to access the currency converter.
License Free to Copy and Learn