Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.03 KB

Unit Converter App

This is a simple Unit Converter React web app, written in TypeScript, which can be easily used to convert between unit categories. Deployed with vercel.

Screenshot of unit converter app on tablet view

Table of Contents

Prequisites

  • React 18.x or higher
  • XO 0.56.x or higher
  • Vercel 32.3.x or higher

Installation

1). Clone the repository:

git clone https://github.com/cyprste2717218/Unit-Converter-App.git

cd unit-converter-app

npm install

npm start

Usage

To use the Unit Converter app, simply:

1). Choose a unit category via the category options navbar
2). Choose units to convert from and to via the dropdowns
3). Enter a value to convert from
4). Optionally copy the result to your device's clipboard using the copy button!