Skip to content

umurdogann/react-calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React calculator image

Simple calculator built with React

Purpose of this project is pratice React

You can access: LIVE DEMO

How to run?

  • Clone the repository: git clone https://github.com/umurdogann/react-calculator-app
  • Change directory: cd react-calculator-app
  • Install packages: npm install
  • Run: npm start

Todo

  • Desktop version via manifest (Add to homescreen)
  • Key listener
  • More tests