https://github.com/laststonedjs/currency_calculator
Redux has greatly simplified the pattern used to access state from its store. We now use the useSelector hook. A simple currency exchange calculator built to demonstrate using redux with react hooks.
https://github.com/laststonedjs/currency_calculator
Last synced: 3 months ago
JSON representation
Redux has greatly simplified the pattern used to access state from its store. We now use the useSelector hook. A simple currency exchange calculator built to demonstrate using redux with react hooks.
- Host: GitHub
- URL: https://github.com/laststonedjs/currency_calculator
- Owner: laststonedjs
- Created: 2023-04-24T00:21:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T11:53:36.000Z (about 2 years ago)
- Last Synced: 2025-01-14T03:39:06.043Z (4 months ago)
- Language: JavaScript
- Size: 874 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Currency Exchange Calculator
A simple currency exchange calculator built to demonstrate using redux with react hooks.
On this [repo] I am working on an additional practical understanding of the work of "redux" state managament.
I will use a simple "Currency exchange calculator" application that automatically calculates that value through different currencies upon your input,
simple UI, clean css/js.


### Setup
`yarn` or `npm install`
### Run It
`yarn start` or `npm start`
---