https://github.com/mrseanbaines/react-calculator
A calculator built using React, Styled Components and Grid Styled
https://github.com/mrseanbaines/react-calculator
calculator es2015 es6 grid-styled javascript react reactjs styled-components
Last synced: 3 months ago
JSON representation
A calculator built using React, Styled Components and Grid Styled
- Host: GitHub
- URL: https://github.com/mrseanbaines/react-calculator
- Owner: mrseanbaines
- Created: 2018-09-08T11:46:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T11:57:51.000Z (almost 8 years ago)
- Last Synced: 2025-10-09T09:34:56.698Z (10 months ago)
- Topics: calculator, es2015, es6, grid-styled, javascript, react, reactjs, styled-components
- Language: JavaScript
- Homepage:
- Size: 755 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Calculator
A calculator built using React, Styled Components and Grid Styled
## Setup
Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.
To get started, run the following commands:
1. Install dependencies:
```sh
npm install
```
2. Run the app:
```sh
npm start
```
3. View the project at http://localhost:3000/