Skip to content

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

Notifications You must be signed in to change notification settings

ian-hamlin/unit-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks