GithubHelp home page GithubHelp logo

fylewebdevchallenge's Introduction

Fyle-WebDev-Challenge đŸ’ģ

Challenge Outline: Tax Calculator

Design a website that allows for tax calculation based on a user's input.

Description ℹī¸

This repository contains my submission for the Fyle Web Development Challenge.

  • The tax calculation works based on this formula:
    • Overall income (after deductions) under 8 (≤) Lakhs is not taxed.
    • Income over 8 (>) Lakhs, the amount over 8 Lakhs is taxed at
      • 30% for people with age < 40
      • 40% for people with age â‰Ĩ 40 but < 60
      • 10% for people with age â‰Ĩ 60

Technologies Used 🛠ī¸

  • HTML
  • CSS
  • JavaScript

Setup ⚙ī¸

To set up the Fyle Web Development Challenge on your local system, follow these steps:

  1. Fork Repository:

    • Fork the repository to your GitHub account.
  2. Clone Repository:

    • Clone the forked repository to your local machine using the following command:
      git clone https://github.com/rockutkarshraj/Fyle-WebDev-Challenge.git
  3. Navigate to Cloned Directory:

    • Move into the cloned directory:
      cd your_folder_name
  4. Setup Upstream:

    • Set up a read-only remote connection to the main repository named upstream using the following commands:
      git remote add upstream https://github.com/rockutkarshraj/Fyle-WebDev-Challenge.git
      git remote -v
  5. Verify Remote Connections:

    • Verify that your remotes are correctly set up by running:
      git remote -v
  6. Start Making Changes:

    • Now that you've set up your local clone, you can make major changes and contributions.

Screenshots 📸

img1

img2

img3

img4

Visit Website 🙌

This project is based on the Fyle Web Development Challenge.

fylewebdevchallenge's People

Contributors

rockutkarshraj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.