Skip to content

IhorAntiukhov/unit-currency-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.