https://github.com/forceh91/react-redux-example
An example of React and Redux being used together to calculate Wind Chill
https://github.com/forceh91/react-redux-example
react react-typescript reactredux redux typescript
Last synced: 25 days ago
JSON representation
An example of React and Redux being used together to calculate Wind Chill
- Host: GitHub
- URL: https://github.com/forceh91/react-redux-example
- Owner: Forceh91
- Created: 2022-11-17T03:58:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T03:58:20.000Z (over 3 years ago)
- Last Synced: 2025-06-26T07:06:08.392Z (11 months ago)
- Topics: react, react-typescript, reactredux, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 306 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Redux Example
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app), using the [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) TS template.
# Old Style Windchill
This lets you calcualte the Wind Chill based off temp (c) and wind speed (kmh). The value returned is based off the ms2 system which Canada used up until the early 2000s.
## Example
At -15c with a wind speed of 19kmh, the windchill would be 1550 (uncomfortably cold).
At -15c with a wind speed of 30kmh, the windchill would be 1750 (risk of frostbite).
### Note
Windchill was always rounded to the nearest 50.