Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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**
![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
```
## Contributing

Contributions are always welcome!

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

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