Welcome folks today in this blog post we will be building a scientific calculator
using react.js hooks and typescript
. All the full source code of the application is shown below.
Live Demo
Scientific Calculator Deployed
Get Started
Built With
- React.js
- TypeScript
- Styled-components
Usage
Prerequisites
- node
- npm
Clone the repository to your local machine
1 2 |
$ git clone https://github.com/zenott/react-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