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

https://github.com/axdelafuen/listening-app

An interactive web app for practicing and improving listening skills.
https://github.com/axdelafuen/listening-app

angular learning-tool web-app

Last synced: 5 months ago
JSON representation

An interactive web app for practicing and improving listening skills.

Awesome Lists containing this project

README

          

[![Build Static Angular](https://github.com/axdelafuen/listening-app/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/axdelafuen/listening-app/actions/workflows/main.yml)
[![pages-build-deployment](https://github.com/axdelafuen/listening-app/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://github.com/axdelafuen/listening-app/actions/workflows/pages/pages-build-deployment)

![GitHub Release](https://img.shields.io/github/v/release/axdelafuen/listening-app?include_prereleases)

# listening-app

An interactive web app for practicing and improving listening skills.

### built with

![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge&logo=angular&logoColor=white) ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) ![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)

Install dependencies:

```shell
npm ci
```

Build sources:

```shell
ng build
```

Run dev serve: (`http://localhost:4200/`)

```shell
ng serve --open
```

## Author

[axdelafuen](https://github.com/axdelafuen)