Skip to content

The Salary Calculator App is a web application designed to streamline paycheck calculations

Notifications You must be signed in to change notification settings

DharshanSR/salary-calculator

Repository files navigation

Salary Calculator App

The Salary Calculator App is a web application designed to streamline paycheck calculations by allowing users to input their basic salary, earnings, and deductions. It calculates the net take-home pay after factoring in EPF (Employees' Provident Fund), ETF (Employees' Trust Fund), and APIT (Annual Personal Income Tax).

Features

  • Input basic salary and manage earnings/deductions.

  • Checkbox options for EPF and ETF applicability for each earnings category.

  • Real-time salary calculation based on user inputs.

  • Responsive design for mobile and desktop usage.

  • Persist input data on page refresh using localStorage.

    Alt text

Technologies Used

  • React with TypeScript
  • Next.js (for server-side rendering and persistence)
  • Styled Components
  • Redux (for state management)
  • ESLint (for linting)
  • CSS Grid and Flexbox for layout
  • tailwind CSS

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/DharshanSR/salary-calculator-app.git
    cd salary-calculator-app
    
  2. Install the npm

    npm install
    
  3. Run the development server

    npm run dev
    
  4. Open to view it in the browser.

    http://localhost:3000
    

About

The Salary Calculator App is a web application designed to streamline paycheck calculations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published