项目作者: Keongy

项目描述 :
a simple temperature converter from celsius to fahrenheit in react
高级语言: JavaScript
项目地址: git://github.com/Keongy/temperature-converter.git
创建时间: 2021-01-05T11:48:45Z
项目社区:https://github.com/Keongy/temperature-converter

开源协议:

下载


A temperature converter: celsius / fahrenheit

A simple temperature converter, enter a value in celsius or fahrenheit. The converter will write in the other input the value celsius or fahrenheit… And tell you if the water boil or not.

This is a real simple app for testing to connect two input.

How to start the project :

  • Download the project
  • Use Npm install
  • Use Npm start or yarn start

npm start

Runs the app in the development mode.\
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.