All Projects → KaiHotz → React-Calculator-App

KaiHotz / React-Calculator-App

Licence: other
The Apple MacOs/iOS calculator app rebuild with React as PWA (Progressive Web App)

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to React-Calculator-App

hookwin10calc
Reverse engineered Windows 10 Calculator.exe (UWP application) hacker. 한글/漢文을 배운 윈도우 계산기 패치.
Stars: ✭ 19 (-64.81%)
Mutual labels:  calculator-application
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+14.81%)
Mutual labels:  javascript-applications
Javascript Interview Questions
List of 1000 JavaScript Interview Questions
Stars: ✭ 7,072 (+12996.3%)
Mutual labels:  javascript-applications
Gotanda
Gotanda is browser Web Extension for OSINT.
Stars: ✭ 149 (+175.93%)
Mutual labels:  javascript-applications
javascript
in this project, I will add Javascript functions from Basics to Advanced with design patterns
Stars: ✭ 41 (-24.07%)
Mutual labels:  javascript-applications
shop-app
A shopping mobile application made with react native for Android.
Stars: ✭ 100 (+85.19%)
Mutual labels:  javascript-applications
rpncalc
RPNCalc: The Command Line Reverse Polish Notation (RPN) Calculator
Stars: ✭ 19 (-64.81%)
Mutual labels:  calculator-application
photos
"Fx Fotos" is an opensource gallery app in react native with the same smoothness and features of Google Photos and Apple Photos. It is backend gnostic and connects to decentralized backends like "box", "Dfinity", "Filecoin" and "Crust".
Stars: ✭ 620 (+1048.15%)
Mutual labels:  javascript-applications
ElasticModels
ElasticModels is a elasticsearch object modeling tool designed to work in and asynchronous environment. Builded for official elasticsearch client library Main inspiration was mongoose project
Stars: ✭ 13 (-75.93%)
Mutual labels:  javascript-applications
Reactjs Interview Questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
Stars: ✭ 17,978 (+33192.59%)
Mutual labels:  javascript-applications
payload
A javascript single page application (SPA) driver for REST API payload management.
Stars: ✭ 16 (-70.37%)
Mutual labels:  javascript-applications
pixel-art
A minimalist, cross device compatible pixel art editor.
Stars: ✭ 72 (+33.33%)
Mutual labels:  javascript-applications
A-Tour-of-JavaScript
This Repository consist of Daily learning JS, Assignments, coding challenge, projects, references, tutorial
Stars: ✭ 22 (-59.26%)
Mutual labels:  javascript-applications
notus-js
Notus JS: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 191 (+253.7%)
Mutual labels:  javascript-applications
hacker-feud
💥 A single page web game made with Svelte.
Stars: ✭ 61 (+12.96%)
Mutual labels:  javascript-applications
OWASP-Calculator
🧮 An online calculator to assess the risk of web vulnerabilities based on OWASP Risk Assessment
Stars: ✭ 109 (+101.85%)
Mutual labels:  calculator-application
angular-material-datatransfer
A HTML5 datatransfer UI for handling upload and download of multiple simultaneous files.
Stars: ✭ 13 (-75.93%)
Mutual labels:  javascript-applications
gitlabreports
GitLab Reports is a small web app that allows GitLab users to generate reports of their project milestones with totals of estimated and spent time. Check https://gitlab.com/cosango/gitlabreports for latest code. App URL =>
Stars: ✭ 16 (-70.37%)
Mutual labels:  javascript-applications
Calcu
CALCULADORAS
Stars: ✭ 22 (-59.26%)
Mutual labels:  calculator-application
Drawio Desktop
drawio-desktop is a diagramming and whiteboarding desktop app based on Electron that wraps the core draw.io editor.
Stars: ✭ 24,780 (+45788.89%)
Mutual labels:  javascript-applications

Live Demo

Click here

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

  > git clone [email protected]: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

Testing

Resources

To run Tests

  > npm test

To run Tests with coverage

  > npm test:coverage
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].