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

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

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