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

https://github.com/ibnzuk/reactcalc

Experimental React project - Math calculator with an ability to select dark theme
https://github.com/ibnzuk/reactcalc

componets css ibnz ibnz-developers ibnzuk javascript math-calculator react

Last synced: about 1 month ago
JSON representation

Experimental React project - Math calculator with an ability to select dark theme

Awesome Lists containing this project

README

          

![Preview of light theme](https://github.com/ibnzUK/ReactCalc/blob/master/calcLight.png)

This is a simple responsive math calculator built using react js with dark or light theme

## Community coders, please commit

Feel free to add extra functions or improvements, This helps me to more familiarise with source control and open source project managing

## Running instructions

* copy project to your directory ( git clone https://github.com/ibnzUK/ReactCalc.git )
* navigate to _ReactCalc_ project directory
* make sure you have node.js installed on your machine
* install project packages (npm install)
* start project (npm run start)