Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/birdiegyal/fyleinternshipchallenge

FYLE internship challenge
https://github.com/birdiegyal/fyleinternshipchallenge

internship-task

Last synced: 24 days ago
JSON representation

FYLE internship challenge

Awesome Lists containing this project

README

        

# FYLE internship challenge

## Assumptions:

```javascript
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".

## Shortcuts to Start/Stop Server

### follow any one of them

- 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.
## testcase 1
![Logo](https://github.com/birdiegyal/fyleInternshipChallenge/blob/dev/test1.png)

![Logo](https://github.com/birdiegyal/fyleInternshipChallenge/blob/dev/testresult1.png)

## testcase 2
![Logo](https://github.com/birdiegyal/fyleInternshipChallenge/blob/dev/test2.png)

![Logo](https://github.com/birdiegyal/fyleInternshipChallenge/blob/dev/testresult2.png)

## testcase 3
![Logo](https://github.com/birdiegyal/fyleInternshipChallenge/blob/dev/test3.png)

![Logo](https://github.com/birdiegyal/fyleInternshipChallenge/blob/dev/testresult3.png)