An open API service indexing awesome lists of open source software.

https://github.com/yuhexiong/bmi-calculator-web-react-typescript


https://github.com/yuhexiong/bmi-calculator-web-react-typescript

frontend react typescript web website

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# BMI Calculator Web

A webpage where you can input your height and weight to calculate BMI.

## Overview

- Language: TypeScript
- Web FrameWork: React

## Run

### install dependencies

```bash
npm install
```

### build

```bash
npm build
```

### run

```bash
npm start
```

## Page

```bash
localhost:3000
```

![image](https://github.com/yuhexiong/bmi-calculator-web-react-typescript/blob/main/image/bmi_sample_v2.png)