Skip to content

trietpsu29/calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔢 Calc

This is the fifth project from The Odin Project curriculum — a calculator mostly built in Javascript.

✨ Preview

Homepage

⌨️ Usage Guide

You can use the calculator either by clicking the buttons on screen or using your keyboard:

  • Numbers (0–9) → Enter digits
  • . (dot) → Enter decimals
  • + – × ÷ → Basic arithmetic operators
  • Enter or = → Calculate result
  • a → Clear all (AC)
  • Delete or Backspace → Delete last digit (Del)

🛠️ Skills Learned

📜 JavaScript Basics

  • Variables and Operators
  • Data Types and Conditionals
  • JavaScript Developer Tools
  • Function Basics
  • Understanding Errors
  • DOM Manipulation and Events
  • Object Basics

About

A web calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published