Welcome folks today in this blog post we will be building a scientific calculator
using react.js redux and radium and javascript
and the app will be deployed to github hosting
. All the full source code of the application is shown below.
Live Demo
Scientific Calculator Deployed
Get Started
Built With
- React.js
- Redux
- Radium Library
Usage
Prerequisites
- node
- npm
Clone the repository to your local machine
1 2 |
$ git clone https://github.com/panayi/calculator.git |
Change into the project directory
1 2 |
$ cd react-calculator |
Install dependencies
1 2 |
$ npm install |
Start development server
1 |
$ npm run start |
In order to get started you need to create new react.js project
and then you need to download the entire full source code on github repository
Now after downloading the source code the directory structure will look something like this as shown below
Now if you open the react.js project
you will see the following output