rivasbolinga / number-ninja

The website built with vanilla JavaScript features a calculator that provides basic arithmetic operations

Home Page:https://rivasbolinga.github.io/number-ninja/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalist Neutral Multi Device Computer Mockup Website Launch Instagram Post (4)

Number Ninja

Number ninja is a website built with vanilla JavaScript features a calculator that provides basic arithmetic operations. The user interface consists of a responsive layout with a display screen and buttons for numbers (0-9) and operators (+, -, *, /). JavaScript handles the logic behind the calculator's functionality, such as capturing button clicks, updating the display, and performing calculations. The calculator efficiently evaluates expressions and delivers accurate results instantly. The design is clean and intuitive, allowing users to easily input numbers and perform calculations. This simple yet effective calculator website demonstrates the power and versatility of JavaScript in creating interactive web applications. Project of a simple calculator from The Odin Project Curriculum using the material I have learned in "fundamentals of Javascript Course".

Use of simple functions for the functionality of the calculator.

🛠 Built With

Tech Stack

html5css3javascript

Key Features

  • Totally responsive
  • All basic operations: add, subtract, multiply, and divide
  • Able to string together different operations
  • Rounded solution to avoid long decimals

🚀 Live Demo

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the Issues.

(back to top)

⭐️ Show your support

If you like this project, please don't forget to follow us and give it a star.

(back to top)

About

The website built with vanilla JavaScript features a calculator that provides basic arithmetic operations

https://rivasbolinga.github.io/number-ninja/


Languages

Language:JavaScript 46.3%Language:CSS 31.6%Language:HTML 22.0%