Skip to content

lonebots/simple-react-calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator App

A simple react application for doing mathematical operations (calculator) and build to learn implementation of useReducer hook.

livedemo

The Application was build using following technologies:

  • ReactJs

Deployment

Click me for the live demo.

Features

  • Add
  • Subtract
  • Mulitply
  • Divide

additional feature

  • integer formater

Run Locally

Clone the project

  git clone https://github.com/lonebots/simple-react-calculator-app.git

Navigate to root directory

  cd simple-react-calculator-app                 

Install the node_modules

  npm install 
    # or
  yarn install

Run the application

  npm start
   # or 
  yarn start

License

MIT

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Authors