pharaohmak / discount-checker

A simple and efficient tool to check discounts online.

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

A simple and efficient tool to check discounts online.


Languages

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