Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/birdiegyal/fyleinternshipchallenge
- Owner: birdiegyal
- Created: 2024-04-12T12:52:29.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2024-04-14T10:07:21.000Z (10 months ago)
- Last Synced: 2024-05-17T02:55:14.272Z (9 months ago)
- Topics: internship-task
- Language: CSS
- Homepage: https://birdiegyal.github.io/fyleInternshipChallenge/
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FYLE internship challenge
## Assumptions:
```javascript
const overallIncome = GrossIncome + ExtraIncome - Deductionsconst 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)