pharaohmak / discount-checker

The JavaScript application prompts users to input the costs of two items and calculates whether they qualify for a discount based on the total purchase price. It utilizes the Node.js readline module for interactive input.

Home Page:https://pharaohmak.github.io/discount-checker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discount Checker

A simple and efficient tool to check discounts online.

Features

  • User-friendly interface
  • Real-time discount calculations
  • Supports multiple online stores

Usage

To use Discount Checker, simply visit our website and enter the URL of the product you're interested in. Our tool will then analyze the page and provide you with any available discounts.

Styling

The styling for Discount Checker is handled using CSS. Here's a snippet of the code used for styling:

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

form {
    text-align: center;
}

img {
    height: 350px;
}

About

The JavaScript application prompts users to input the costs of two items and calculates whether they qualify for a discount based on the total purchase price. It utilizes the Node.js readline module for interactive input.

https://pharaohmak.github.io/discount-checker/


Languages

Language:JavaScript 59.6%Language:HTML 30.6%Language:CSS 9.7%