GithubHelp home page GithubHelp logo

final_flye's Introduction

Tax Calculator Fyle Web Development Intern Assignment

The Tax Calculator is a tool designed to calculate income tax based on the provided inputs such as gross annual income, extra income, deductions, and age group. It follows specific tax calculation rules outlined below:

Tax Calculation Formula

  • Income under 8 Lakhs: Not taxed.
  • Income over 8 Lakhs:
    • Tax rate based on age group:
      • <40: 30%
      • ≥40 but <60: 40%
      • ≥60: 10%

Example Calculation

  • Age: 34
  • Income: 40 Lakhs
  • No deductions
  • Tax Calculation: 0.3 * (40 - 8) = 0.3 * 32 = 9.6 Lakhs

Screenshots

  1. Wrong Inputs (i Icon) Validation

  2. ToolTip ToolTip

  3. Correct Tax Deduction Tax

  4. Negative Net Income Nincome

Features

  • Allows input of gross annual income, extra income, deductions, and age group.
  • Error handling for incorrect input values.
  • Age dropdown field with predefined options.
  • Highlight error icon for mandatory fields and incorrect inputs.
  • Submit button displays a modal with final calculated values.

Usage

  1. Enter the required details in the input fields.
  2. Ensure to select the correct age group from the dropdown.
  3. Click on the submit button to calculate the tax.
  4. Review the modal popup displaying the calculated tax details.

Installation

  1. Clone the repository: git clone <repository_url>
  2. Open the project directory.
  3. Open index.html in your web browser.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Contributors

2024-04-11.22-42-14.1.mp4

final_flye's People

Contributors

haard18 avatar

Watchers

 avatar

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.