dijer119 / React-Calculator-App

The Apple MacOs/iOS calculator app rebuild with React as a Progressive Web App

Home Page:https://kaihotz.github.io/React-Calculator-App/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Demo

Click here

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

  > git clone git@github.com:KaiHotz/React-Calculator-App.git
  > cd React-Calculator-App
  > npm install
  > npm start
  > in your Browser open http://localhost:3000

Not Familiar with Git?

Click here to download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

  > cd React-Calculator-App
  > npm install
  > npm start
  > in your Browser open http://localhost:3000

To run Test

  > npm run test

To Do

  > Add Tests

About

The Apple MacOs/iOS calculator app rebuild with React as a Progressive Web App

https://kaihotz.github.io/React-Calculator-App/

License:MIT License


Languages

Language:JavaScript 94.2%Language:CSS 3.1%Language:HTML 2.6%