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!
- Host: GitHub
- URL: https://github.com/nicocodescode/telephone-number-validator
- Owner: NicoCodesCode
- License: mit
- Created: 2024-12-30T00:23:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T16:34:54.000Z (over 1 year ago)
- Last Synced: 2025-02-06T02:13:45.858Z (over 1 year ago)
- Topics: css, html, javascript, telephone-number, validator
- Language: CSS
- Homepage: https://nicocodescode.github.io/telephone-number-validator/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!).

## 🚀 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.**