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
- Host: GitHub
- URL: https://github.com/ogubuikealex/countryregionjs-react-implementation
- Owner: ogubuikeAlex
- License: mit
- Created: 2023-05-24T20:29:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T15:29:52.000Z (about 3 years ago)
- Last Synced: 2025-04-12T19:09:02.502Z (about 1 year ago)
- Topics: 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
- Language: JavaScript
- Homepage: https://countryregionjs-react.netlify.app/
- Size: 649 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
- Code of conduct: code_of_conduct.md
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**

## **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**
[](https://choosealicense.com/licenses/mit/)
stable release version: 
Nuget package downloads: 
NPM downloads: 
## **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`.