Skip to content

mateus-luciano/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Simple calculator created with JavaScript, where you can do calculations like sums, subtractions, divisions and multiplications


Calculator gif

Technologies and tools used:

  • HTML
  • CSS
  • SASS
  • JavaScript ES6+
  • Webpack
  • Babel
  • Yarn

How to run the project?

Before start the project, install Git and Node.js in your machine. Moreover, recommend use the VSCode terminal.


# Clone this repository
$ git clone https://github.com/teeusdm/calculator.git

# Access the repository on your terminal.
$ cd calculator

# Install dependencies
$ yarn install

# Run
$ yarn dev

# Access http://localhost:8080 on your browser