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.
- Install Node.js (in case you haven't installed it).
- Download the source code and open a command prompt in the project's root folder.
- Install the dependencies needed for the application.
npm install
- Start React project and development server.
npm start
This app was built using Create React App, Redux Toolkit, Tailwind CSS, React Router, Redux Persist, React Icons and Class Names library.