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
- Host: GitHub
- URL: https://github.com/nullthefirst/javascript-calculator
- Owner: nullthefirst
- Created: 2019-05-13T13:40:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T20:32:36.000Z (almost 7 years ago)
- Last Synced: 2025-02-18T11:43:04.731Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://fcc-js-calc.netlify.com/
- Size: 392 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)