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
- Host: GitHub
- URL: https://github.com/yuhexiong/bmi-calculator-web-react-typescript
- Owner: yuhexiong
- Created: 2024-02-10T08:30:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T07:04:09.000Z (about 2 years ago)
- Last Synced: 2025-03-24T20:43:13.612Z (over 1 year ago)
- Topics: frontend, react, typescript, web, website
- Language: TypeScript
- Homepage:
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
