KaiHotz / React-Calculator-App

The Apple MacOs/iOS calculator app rebuild using React

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
  > yarn install
  > yarn dev
  > follow the instructions

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
  > yarn install
  > yarn dev
  > follow the instructions

Testing

Resources

To run Tests

  > yarn test

About

The Apple MacOs/iOS calculator app rebuild using React

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


Languages

Language:TypeScript 77.4%Language:JavaScript 12.2%Language:SCSS 8.7%Language:HTML 1.6%