Skip to content

Developed a production-grade currency converter in ReactJS and Tailwind CSS, featuring custom hooks, performance optimization, and a user-friendly interface.

Notifications You must be signed in to change notification settings

singhsv13/Currency-Convertor

Repository files navigation

Currency Converter

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.

Features

  • Custom hooks for modularity and maintainability.
  • Performance optimization with the useId hook.
  • Effective React state management using useState and side effect handling with useEffect.
  • Production-ready application with an accessible and user-friendly UI.

Getting Started

Prerequisites

  • install Node.js and npm installed on your system.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/currency-converter.git
    
  2. Navigate to the project directory:

    cd currency-converter
    
  3. Install dependencies:

    npm install
    
  4. 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

About

Developed a production-grade currency converter in ReactJS and Tailwind CSS, featuring custom hooks, performance optimization, and a user-friendly interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published