Code Monkey home page Code Monkey logo

calculator's Introduction

Calculator

Its a basics calculator using Javascript.

Installation

  1. Fork the repository using the green Code button above!

  2. Install the Live Server extension to your Visual Studio code.

  3. Go to the index.html file > right-click and press the 'Open with Live Server' button.

  • This will launch your default browser with the website preview.
  • To see your latest changes, save the file and reload the tab.

Contribute

  1. Take a look at Issues and find an unassigned one that you want to work on.

  2. Ask the maintainers to assign that issue to you.

  3. Once you have completed your task, open a GitHub pull request. If you do not know how use this guide for help.

calculator's People

Contributors

deeksharungta avatar irfansalim avatar kunaldhand avatar panth1823 avatar surajit0573 avatar virtual4087 avatar

Watchers

 avatar

calculator's Issues

Add new functional buttons in the calculator.

Add these 4 buttons (must) ...

  • Power (^): Calculates a number raised to a specified power. (ex :- 2^3 = 8)
  • Modulo (%): Computes the remainder of a division operation. (ex:- 15%4 = 3)
  • Square Root (โˆš): Finds the square root of a number. (ex:- โˆš25 = 5)
  • Logarithm (log): Calculates the logarithm of a number. (ex:- log 10 = 1)

You can add other buttons, but they should be working. Keep the overall design in mind.

Add new Buttons

Add new Buttons in this calculator like power, modulo, root, log,... etc.
Keep the overall design in mind.

Fix display box

The display box is exceeding outer div. Fix it using CSS & html.

Preview

[feat]: Adding Percentage (%) Feature to the Calculator

Issue Title: Adding Percentage (%) Feature to the Calculator

Issue Description:

I propose the addition of a percentage (%) feature to the existing calculator web application. This enhancement will provide users with the ability to perform percentage calculations, making the calculator more versatile and user-friendly.

Proposed Changes:

  1. Percentage (%) Feature: Implement the percentage feature, allowing users to calculate percentages of numbers easily. The feature should be accessible and intuitive for users.

Rationale:

The addition of the percentage (%) feature is essential for the following reasons:

Enhanced Functionality:

The percentage feature expands the calculator's capabilities, enabling users to calculate percentages, which is a common and valuable calculation in various scenarios.

Improved User Experience:

This addition enhances the user experience, making the calculator more functional and user-friendly.

Additional Information (if available):

If specific guidelines or steps are required for implementing this feature, please provide the necessary information. I am committed to adding the percentage feature effectively and in line with project requirements.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.