Skip to content

MphoInTech/simple-calculator-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 

Repository files navigation

1st-JavaScript-Project

Simple JavaScript Calculator ๐Ÿงฎ

This is my first small JavaScript project, built while learning with Open EDG.
Itโ€™s a simple calculator that:

  • Asks the user for two numbers
  • Asks which math operation to use (+, -, *, /)
  • Does the math and shows the answer

๐ŸŒŸ Features

  • Uses prompt() for user input
  • Handles different math operations with a switch statement
  • Includes basic input validation (so it wonโ€™t break easily!)

๐Ÿ”ง Technologies Used

  • JavaScript (Vanilla)

๐Ÿ“ Acknowledgments

Thanks to Edube for the lessons that helped me build this project while starting my JavaScript journey.

About

This is my first small JavaScript project. (A simple calculator)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published