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

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

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