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

https://github.com/anhtungbui/angular-graphql-first-app

🌎 My first toy project built with Angular & GraphQL
https://github.com/anhtungbui/angular-graphql-first-app

angular apollo-client graphql material-design rxjs typescript

Last synced: 2 months ago
JSON representation

🌎 My first toy project built with Angular & GraphQL

Awesome Lists containing this project

README

          

# 🌎 Countries GraphQL & Angular

My first toy project built with GraphQL & Angular

## [🔗 Live Demo](https://angular-graphql-countries.netlify.app)

## Technologies

Angular with Material Design, TypeScript, RxJS & GraphQL with Apollo-Angular Client

## Features

Using the [Countries Graphql API](https://github.com/trevorblades/countries) via `https://countries.trevorblades.com/`, the app can:

- Render a list of 250 countries
- Display the flag of the country
- Name of the country and its capital
- List of language(s) spoken in the country
- Search for capital and language(s) spoken in a country by its name
- Extra: select 2 languages from the list and open Google Translate in a new tab with languages preselected for translation

## Developed by

[Anh Tung Bui](https://anhtung.bui.com)