https://github.com/matrix669/simply-calculator
https://github.com/matrix669/simply-calculator
react reactjs sass scss
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matrix669/simply-calculator
- Owner: Matrix669
- Created: 2024-04-27T08:29:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T08:39:21.000Z (about 2 years ago)
- Last Synced: 2025-01-08T21:41:01.019Z (over 1 year ago)
- Topics: react, reactjs, sass, scss
- Language: JavaScript
- Homepage: https://simply-calculator-reactjs.netlify.app/
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run
`npm i` / `npm install`
`npm run dev`
# My thoughts
### Description
Calculator make in React
### I learnt:
- dynamically render inputs base on array (but I wonder can i export this array of inputs to another file to save space in App.jsx)
### Problem:
- I change to and it was easier to controll values
- Consider cases e.g.: on display we have '5--', after clicking '=' should display 'error'