Skip to content

The Calculator project from TOP(The Odin Project)

Notifications You must be signed in to change notification settings

out-0/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Calculator

A simple and functional Calculator built as part of The Odin Project curriculum.
This project was created using HTML, CSS, and JavaScript to practice DOM manipulation, event handling, and logical structuring without using eval().

🧠 What I Learned

Through this project, I learned to:

  • Manipulate the DOM and handle user input dynamically
  • Use event listeners effectively
  • Store and manage calculator state using arrays and variables
  • Parse strings into numbers manually
  • Build a functional calculator without relying on eval()
  • Use flexbox for responsive UI design

📸 Preview

Calculator UI
Calculator Preview

About

The Calculator project from TOP(The Odin Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published