A simple Preact app to normalize UK phone numbers using signals.
Paste numbers into the textarea, click "Normalize", and copy or download the results!
npm install
npm run devThen visit http://localhost:5173.
- Paste UK phone numbers (one per line) into the first textarea.
- Click Normalize.
- Copy results from the second textarea or click Download as .txt.
npm run build
npm run preview