Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.07 KB

Unit Currency Converter

Unit Currency Converter is a React application for converting currencies and units of measurement.

You can convert over 30 currencies, make historical conversions, and view conversion history. The app also has 9 unit converters.

Try the app demo running on Vercel.

Application demo

Currency converter

Unit converter

Installation

  1. Install Node.js (in case you haven't installed it).
  2. Download the source code and open a command prompt in the project's root folder.
  3. Install the dependencies needed for the application.
npm install
  1. Start React project and development server.
npm start

Libraries and tools

This app was built using Create React App, Redux Toolkit, Tailwind CSS, React Router, Redux Persist, React Icons and Class Names library.