Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-28T14:40:31.000Z (over 1 year ago)
- Last Synced: 2024-09-25T20:29:50.684Z (about 2 months 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 applicationLive URL: https://countryregionjs-angular.netlify.app/
Feel free to check out the [CountryRegionJS Repository](https://github.com/king-Alex-d-great/CountryRegionJS)
## **Demo Peek**
![image](https://github.com/king-Alex-d-great/countryregionjs-angular-implementation/assets/58665121/058b9768-cd6c-4888-ac20-f677ace5aba3)## **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-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
```
## ContributingContributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.