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

https://github.com/fredygerman/tanzania-phone-validator-playground


https://github.com/fredygerman/tanzania-phone-validator-playground

hacktoberfest phone-vali phone-validator tanzania tanzania-phone-validator

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tanzania Phone Number Validator Playground

A Next.js playground for testing the [Tanzania Phone Number Validator](https://github.com/fredygerman/tanzanian-phone-validator) package.

## Demo

Test the package at [https://tanzania-phone-validator-playground.vercel.app/](https://tanzania-phone-validator-playground.vercel.app/)

## Screenshots

![Screenshot 1](https://github.com/fredygerman/tanzanian-phone-validator/blob/main/screenshots/ScreenShot.png?raw=true)

## Usage

Clone the repo and install dependencies:

```bash
git clone https://github.com/fredygerman/tanzania-phone-validator-playground
```

Enter the directory :

```bash
cd tanzania-phone-validator-playground
```

Install dependencies:

```
npm install
```

Start the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the playground.