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

https://github.com/ogubuikealex/countryregionjs-react-implementation

This repo contains a demo for how you can implement the countryregionjs library in your react application
https://github.com/ogubuikealex/countryregionjs-react-implementation

countries-data countries-states countries-states-cities country country-state country-state-address country-state-cities country-state-city country-state-city-dropdown countryregionjs location react state substate

Last synced: about 1 year ago
JSON representation

This repo contains a demo for how you can implement the countryregionjs library in your react application

Awesome Lists containing this project

README

          

# **CountryRegionJS React Demo**
This repo contains a demo for how you can implement the [countryregionjs](https://www.npmjs.com/package/countryregionjs) library in your react application

Live URL: https://countryregionjs-react.netlify.app/

Check out the [CountryRegionJS Repository](https://github.com/king-Alex-d-great/CountryRegionJS)

## **Demo Peek**
![image](https://github.com/king-Alex-d-great/countryregionjs-react-implementation/assets/58665121/38ce26df-42e6-4727-8904-f22f2fc52beb)

## **What is CountryRegionJS**

[CountryRegionJS](https://github.com/king-Alex-d-great/CountryRegionJS) is a simple-to-use library that provides you with the MOST COMPREHENSIVE data for filling cascading dropdown/select for countries, associated states and substates (local governments).

Check out the [CountryRegionJS Repository](https://github.com/king-Alex-d-great/CountryRegionJS)

## **Badges**

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

stable release version: ![version](https://img.shields.io/badge/version-1.1.4-blue)

Nuget package downloads: ![downloads](https://img.shields.io/badge/downloads-~5k-yellow)

NPM downloads: ![downloads](https://img.shields.io/badge/downloads-400+-brightgreen)
## **Tech Stack**

**Client:** React, [CountryRegionJS](https://www.npmjs.com/package/countryregionjs), CSS

## **Authors**

- [@King Alex](https://github.com/king-Alex-d-great)

## Run Locally

Clone the project

```bash
git clone https://github.com/king-Alex-d-great/countryregionjs-react-implementation.git
```

Go to the project directory

```bash
cd countryregionjs-react-implementation
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```

## Contributing

Contributions are always welcome!

See `contributing.md` for ways to get started.

Please adhere to this project's `code of conduct`.