π Hosted Live Link
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.
- π 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.
-
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)
- Clone the repository:
git clone https://github.com/Afzal-Mia/tax-calculation-app.git
- .env file
PORT=5000
MONGO_URI=your_mongodb_connection_string

