Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 516 Bytes

Requirement

Temperature Converter using Simple React Hook

Description

  1. Bootstrap is used for styling an application.

  2. There are 2 input fields in Bootstrap Card component.

  3. useState Hook is used for tracking the current value in the component.

  4. Implementation is written in Cardmain.js file.

    View

    Final Overview

    Temperature-Converter