Skip to content

kondrei/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

The Odin Project - Calculator

Make some calculus here 😃

Mission: to do this project.

Create a Calculator from iOS clone with Vanilla JavaScript.

Task list

  • CSS Design
  • Making Calculator buttons and objects
  • Add event listener to each button
  • Make AC button works
  • Make DEL button works
  • Number button works
  • add separator digit
  • keep the numbers inside the screen
  • make comma button works (need impovements)
  • basic calculation
  • keyboard events
  • keyboard shortcuts modal windows
  • copy result to clipboard

What I have learned doing this project?

  • working with flex and grid
  • using JavaScript objects
  • manipulating DOM elements
  • handle keyboard events.
  • creating a GitHub repository, commits, pull and branches.

Calculator design

Releases

No releases published

Packages

No packages published