https://github.com/amitanshusahu/calculator-react
this is a simple yet complex project made with react it helped to learn :- how to mannage complex state usning useReducer and eliminate the use of multiple useState
https://github.com/amitanshusahu/calculator-react
css-grid gh-pages reactjs usereducer-hooks
Last synced: 3 months ago
JSON representation
this is a simple yet complex project made with react it helped to learn :- how to mannage complex state usning useReducer and eliminate the use of multiple useState
- Host: GitHub
- URL: https://github.com/amitanshusahu/calculator-react
- Owner: amitanshusahu
- Created: 2022-09-28T16:47:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T06:11:25.000Z (over 2 years ago)
- Last Synced: 2024-12-27T15:12:34.976Z (5 months ago)
- Topics: css-grid, gh-pages, reactjs, usereducer-hooks
- Language: JavaScript
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator-reat
simple yet complex project in react helps to learn about managing complex states using useReducer() and eliminate multiple useState()
$ git clone "your-repo-url"# Start dev server
$ npm start# Make Production Build
$ npm build