Skip to content

alex-dishen/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

The Calculator is created according to the assignment from The Odin Project course.

Preview

🔗 Live preview of the project is here.

Features

  • Ability to insert number by click on the number
  • Ability to write number by using num pad
  • Ability to write number by using regular numbers on top of the keyboard
  • Coma on thousands
  • Limit of numbers that can be written
  • Clear all the story of calculator
  • Backspace

Outcome

  • Used HTML
  • Used CSS
  • Used JavaScript
  • Strengthened styling
  • Got familiar with CSS Grid

Navigation