https://github.com/ogubuikealex/countryregionjs-angular-implementation
This repo contains a demo for how you can implement the countryregionjs library in your angular application
https://github.com/ogubuikealex/countryregionjs-angular-implementation
angular countries countries-data country country-api country-list country-names country-state-cities country-state-city-dropdown countryregionjs location states sub-states
Last synced: about 2 months ago
JSON representation
This repo contains a demo for how you can implement the countryregionjs library in your angular application
- Host: GitHub
- URL: https://github.com/ogubuikealex/countryregionjs-angular-implementation
- Owner: ogubuikeAlex
- License: mit
- Created: 2023-05-27T06:31:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T14:40:31.000Z (about 3 years ago)
- Last Synced: 2025-03-01T23:11:46.414Z (over 1 year ago)
- Topics: angular, countries, countries-data, country, country-api, country-list, country-names, country-state-cities, country-state-city-dropdown, countryregionjs, location, states, sub-states
- Language: CSS
- Homepage: https://countryregionjs-angular.netlify.app/
- Size: 487 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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 Angular Demo**
This repo contains a demo for how you can implement the [countryregionjs](https://www.npmjs.com/package/countryregionjs) library in your angular application
Live URL: https://countryregionjs-angular.netlify.app/
Feel free to 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-angular-implementation.git
```
Go to the project directory
```bash
cd countryregionjs-angular-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`.