ian-hamlin / unit-converter

A react personal learning project. The app provides the user with the ability to convert values from one unit of measure to another.

Home Page:https://ian-hamlin.github.io/unit-converter/

Repository from Github https://github.comian-hamlin/unit-converterRepository from Github https://github.comian-hamlin/unit-converter

Notes

This project was bootstrapped with Create React App.

Initial commands

$> npx create-react-app react-unit-converter --template typescript
$> npm install --save react-router-dom
$> npm install --save bootstrap
$> npm install react-bootstrap
$> npm install react-i18next i18next --save
$> react-helmet-async

Following the GitHub pages guide

Running

$> npm start #dev
$> npm test
$> npm run build #production build
$> npm run deploy #push to gh pages

Dependencies Used

  • gh-pages
  • typescript
  • react-bootstrap
  • react-i18next

About

A react personal learning project. The app provides the user with the ability to convert values from one unit of measure to another.

https://ian-hamlin.github.io/unit-converter/


Languages

Language:TypeScript 93.7%Language:HTML 6.3%