const overallIncome = GrossIncome + ExtraIncome - Deductions
const totalIncome = overallIncome - tax
To run this project after cloning locally, you need to install a VSCode extension named as "Live server" by "Ritwick dey".
-
Open the cloned project and click to Go Live from the status bar to turn the server on/off
-
Right click on a HTML file from Explorer Window and click on Open with Live Server.
-
Open a HTML file and right-click on the editor and click on Open with Live Server
-
Hit (alt+L, alt+O) to Open the Server and (alt+L, alt+C) to Stop the server (You can change the shortcut form keybinding). [On MAC, cmd+L, cmd+O and cmd+L, cmd+C]
-
Open the Command Pallete by pressing F1 or ctrl+shift+P and type Live Server: Open With Live Server to start a server or type Live Server: Stop Live Server to stop a server.