Skip to content

Latest commit

 

History

History
 
 

Buzz Number Checker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Buzz Number Checker

A simple JavaScript Project to check if a number is a Buzz Number or not.


Table of Contents

    About The Project

    Getting Started

  1. Features
  2. Contact

About The Project

A number is said to be Buzz Number if it ends with 7 or is divisible by 7. Example: 1007 is a Buzz Number.

(back to top)


Built With

(back to top)

Getting Started

Prerequisites

There are no prerequisites for running this program.

Prerequisites

There are no prerequisites for running this program.

Running the Program:

  1. Start by cloning the repository.

git clone https://github.com/khushi-purwar/WebDev-ProjectKart.git

  1. Navigate to Buzz Number Checker Project.

  2. Open the index.html HTML file with live server.

(back to top)

Features

snip

(back to top)