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

https://github.com/nullthefirst/javascript-calculator

freeCodeCamp Project - Front End Libraries
https://github.com/nullthefirst/javascript-calculator

Last synced: about 1 year ago
JSON representation

freeCodeCamp Project - Front End Libraries

Awesome Lists containing this project

README

          

A project for my freeCodeCamp Front End Libraries certification

# How to set-up

```
git clone https://github.com/Usheninte/JavaScript-Calculator.git
```
To copy git repository to your local machine.

- - -

```
yarn
```

OR

```
npm install
```

To install Node.js dependencies.

- - -

```
yarn start
```

OR

```
npm start
```

To start-up React web application in your browser.

- - -
- - -

## > [Live Demo](https://fcc-js-calc.netlify.com/)