Skip to content

Afzal-Mia/TaxCal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Tax Calculation Web App

Tax Calculation App Preview 1 Tax Calculation App Preview 2 Tax Calculation App Preview 3

Live Demo

πŸ”— Hosted Live Link

Overview

This web application allows users to calculate their income tax based on various parameters such as income, investments, and deductions. The application features a clean, modern UI built using React (with Vite) and Tailwind CSS for styling, while the backend is powered by Node.js, Express, and MongoDB to handle data storage and tax calculation operations.

Features

  • πŸ“Š Tax Calculation: Users can input details like annual income, investments, and other deductions to calculate their tax liability.
  • 🧾 Tax History: Users can view their previous tax calculation history, including details such as income, deductions, tax payable, and calculation date.
  • πŸ’‘ Suggestions: The app provides useful suggestions on how to optimize tax-saving investments.
  • πŸ“± Responsive Design: Optimized for mobile and desktop devices, ensuring a seamless experience across platforms.

Tech Stack

  • Frontend:

    • React (Vite) πŸš€
    • Tailwind CSS 🎨
    • React Router DOM 🌐 (for routing)
  • Backend:

    • Node.js βš™οΈ
    • Express.js πŸ–₯️
    • MongoDB (Mongoose for ORM) πŸ“š
    • Axios 🌍 (for API calls)
    • dotenv 🌿 (for environment variables)

Installation

Frontend Setup

  1. Clone the repository:
    git clone https://github.com/Afzal-Mia/tax-calculation-app.git
    
  2. .env file
PORT=5000
MONGO_URI=your_mongodb_connection_string

About

TaxCalc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published