-
Create a File Copilot.md
-
Can I record chat with Copilot Chat to some text file for further reference
-
How to Programitically get copilot chat into file
Not Given a simple way - Skipping this Exploration
- How to Create a Expo react native app in new architecture
- Is this new architechure or old
- Create React app pwa
- Create a base Incometax class which has a variable strandardDeduction, initialRelief, arrayOfTaxSlabs{upto, percent} a calulate tax function which used teh variables and calculate. Derivated classes will define their own strandard decudtion, initial relief and array of atax slabs
- add surcharge array also
- Add Cess calculationa also
- update the functions to get modularity for basictax, surcharge, cess in different functions and a overall calculateTax which utilizes this
- Create a derived class for oldtax regime
- initialRelief works like this - I it is 700000 and income - strandard deduction is < initial relief overall tax = 0, oher wise there is nothing to do with initial relief.
- update as per new tax rates
- Remove this and create a table of taxation on different tax regimes from 0L to 1Cr
- rewrite with a for loop style table properly
- make background white - semi white and tabele rows are not properly visible now. dont change css much between each row
- freeze header
- write a textcase - for new tax regime 2024 basic tax should be 140000
- @workspace using constructor in newTax2024 update he calculateBasicTax ofIncometax properly in IncomeTax.ts file. current calculation lofgic is wrong
- add a new column difference between new2024 and new2025
- table header is not freezing at top when i am scrolling
- take deduction as one more input and reducr that amount from total amount for old tax
- Add a text input at top for additional deduction or old tax and give a submit button to rrrender the page
- publish via gh pages
- income-tax is my folder, How to setup github pages to properly deploy this mu Project name is CommonSpace
- Update readme by adding the projects and descriptions
- Add a warning that this is just for educational urposes and should not take for any official calculation, the numbers might be wrong also
- add a Thank note to Github copilot for helping in building the website and hithub project link