https://github.com/lukaofirst/react-basic-calculator
Basic calculator's project using React
https://github.com/lukaofirst/react-basic-calculator
mdbootstrap react styled-components
Last synced: 11 months ago
JSON representation
Basic calculator's project using React
- Host: GitHub
- URL: https://github.com/lukaofirst/react-basic-calculator
- Owner: lukaofirst
- Created: 2022-01-23T23:30:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T23:31:07.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T23:36:09.521Z (about 1 year ago)
- Topics: mdbootstrap, react, styled-components
- Language: JavaScript
- Homepage:
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Calculator
- This project's a superset based on this repository: React Calculator
## To run this project, follow the commands:
```
npm install
```
And then:
```
npm run start
```
## Concepts used in this project:
- React Hooks (useState, useEffect and useContext)
- styled-components package
- MDBoostrap (Material Design for Bootstrap)
- Conditional Rendering
- Components