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.
- React 18.x or higher
- XO 0.56.x or higher
- Vercel 32.3.x or higher
1). Clone the repository:
git clone https://github.com/cyprste2717218/Unit-Converter-App.git
cd unit-converter-app
npm install
npm start
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!