Skip to content

RadekDulisz/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This is a customizable calculator that I made in JavaScript to practice my skills.

Demo: LINK

image

image

Main functionalities

  • Ability to pick and choose the numbers and operators to be used in the calculator
  • All basic operators like n!, ^, ÷, *, -, +
  • Decimal operations

Repository

Calculator

Technologies used

  • HTML
  • CSS
  • JavaScript

Running the project

Running this project locally

From the repo:
  1. Clone this project locally
  2. Run npm install in your bash/command line
  3. Run npm run dev in your bash/command line
  4. Go to http://localhost:3000 in your browser (or other from your bash/command line info).

About

Editable calculator made in vanilla JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published