Skip to content

chamoda/react-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

938987f · Jun 13, 2022
May 15, 2020
May 15, 2020
Apr 29, 2019
Nov 14, 2020
May 15, 2020
Apr 29, 2019
May 4, 2019
Nov 14, 2020
May 11, 2019
Jun 13, 2022
Jun 13, 2022

Repository files navigation

banner

Clone of macOS calculator built with react

Node.js CI

Purpose of this project to learn basic React.

Checkout the demo

⚡️ PWA ready with offline support.

How to run

Clone the repo, then run using npm.

git clone https://github.com/chamoda/react-calculator.git && cd react-calculator
npm install
npm start

To run tests type

npm test

To run eslint checks

npm run lint

To deploy to github pages

npm run deploy