Skip to content

ArturTkaczuk/calculator-with-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator with react

Basic calculator made in React to learn coding. Check it Live here

Table of Contents

Requirements

Installation

a) Download project via git

  1. Run command in terminal git clone https://github.com/ArturTkaczuk/calculator-with-react.git
  2. Run index.html to open app in browser

b) Download project manually from GitHub

  1. Download project from this link
  2. Run index.html to open app in browser

Technologies

Technologies used during development process:

  • React (with CDN)
  • CSS
  • HTML
  • Babel (jsx transpiler)
  • Fontawesome icons

Features

  • adding (+), subtraction(-), division(/) and multiplication(*)

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

License

You can check out the full license here.

This project is licensed under the terms of the MIT license.