Skip to content

TomSoerr/odin-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My “Calculator” Project

preview gif

Description

In this project from “The Odin Project” I create a calculator web app.
The calculator can:

  • add,
  • subtract,
  • multiply,
  • divide,
  • delete the last number,
  • clear the whole calculation,
  • and calculate float numbers.

There is also key tracking and a list of numbers can be calculated in a row.

Links