https://github.com/juanda15/country-finder-angular
this is an angular app that gets the information from the api: Rest countries
https://github.com/juanda15/country-finder-angular
angular api-rest css3 html5 javascript restcountries-api scss typescript
Last synced: 7 months ago
JSON representation
this is an angular app that gets the information from the api: Rest countries
- Host: GitHub
- URL: https://github.com/juanda15/country-finder-angular
- Owner: JuanDa15
- Created: 2021-07-13T02:17:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T16:01:10.000Z (about 4 years ago)
- Last Synced: 2025-01-08T20:48:01.716Z (9 months ago)
- Topics: angular, api-rest, css3, html5, javascript, restcountries-api, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countries
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.4.
In this proyect i apply some concepts like fetching data from and external api, in this case [rest countries api](https://restcountries.eu/),and othe angular concepts like routing managment
## dependencies installation
use `npm install`
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.