The Network Provider Checker is a React application designed to assist users in Nigeria in identifying their network service provider by simply inputting their phone number. This tool simplifies the process of recognizing the network operator associated with a mobile number, making it convenient for users to confirm their service provider.
# Network Provider Checker
The Network Provider Checker is a React application designed to assist users in Nigeria in identifying their network service provider by simply inputting their phone number. This tool simplifies the process of recognizing the network operator associated with a mobile number, making it convenient for users to confirm their service provider.
## Features
- **Number Validation**: Utilizes Formik for easy and accurate phone number validation.
- **Network Identification**: Quickly identifies the network service provider for the entered phone number.
- **User-Friendly Interface**: A straightforward and intuitive user interface for a seamless experience.
## Getting Started
Follow these steps to run the Network Provider Checker on your local machine:
### Prerequisites
Before you begin, make sure you have the following prerequisites:
- Node.js: Ensure Node.js is installed on your computer.
### Installation
1. Clone this repository to your local machine:
```bash
github.com
2. Navigate to project directory:
```bash
cd react-serviceProvider-checker
3. Install the required dependencies:
```bash
npm install
4. Start the development server:
```bash
npm run dev