Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My Solution #374

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open

My Solution #374

wants to merge 21 commits into from

Commits on Mar 3, 2024

  1. Added index.html biolerplat

    rmohanmd committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    d121067 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    96017af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8889ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7d4198 View commit details
    Browse the repository at this point in the history
  4. added nesting divs

    rmohanmd committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d9005fa View commit details
    Browse the repository at this point in the history
  5. Added normalize & reset css

    rmohanmd committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    efcef7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee8fc00 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6163851 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a408e00 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c076186 View commit details
    Browse the repository at this point in the history
  10. adjusted font and weight

    rmohanmd committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    60c008f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e132f3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2b7aac3 View commit details
    Browse the repository at this point in the history
  13. added class to buttons

    rmohanmd committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    04e7536 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    f4e65a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6627861 View commit details
    Browse the repository at this point in the history
  3. Added id to input

    rmohanmd committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    39a6e4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4065bc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    85aeb89 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Refactor and add functionality

    Code was refactored to seperate logic into functions
    
    Functionality was expanded to be able to calculate
    a) when users want to continue to calculate with result after pushing =.
    eg user enters 2+2 then pushes equal to get answer fo 4 and then want to continue calculation with the answer of 4
    b) users enter multiple calculations one after another without entering =
    eg 2+2+2+2
    rmohanmd committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a2c141d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a9c85d View commit details
    Browse the repository at this point in the history