An open API service indexing awesome lists of open source software.

https://github.com/nicocodescode/telephone-number-validator

A program that validates telephone numbers!
https://github.com/nicocodescode/telephone-number-validator

css html javascript telephone-number validator

Last synced: about 2 months ago
JSON representation

A program that validates telephone numbers!

Awesome Lists containing this project

README

          

# Telephone Number Validator

This program is designed to **validate US telephone numbers** from a given input.
It checks whether the input matches the standard format for US phone numbers and tells you if it's valid or not.

I really enjoyed designing this one—it’s one of my favorites so far!
Take a look if you'd like (and if not, that's totally fine too!).

![Screenshot of the Program](https://github.com/user-attachments/assets/71f245d9-b1b8-4cef-9402-d986e1d875b3)

## 🚀 How to Run

1. **Clone the Repository**
2. **Run it using Live-Server or something similar**
3. **Input a phone number into the validator to see if it’s valid.**