Skip to content

luixaviles/web-speech-angular

Repository files navigation

GitHub stars Tweet

A Voice-Driven Web Application using Angular and TypeScript

This project has been implemented entirely using the TypeScript language.

Blog Post

Read the blog post with all the details about the implementation of this project here: https://luixaviles.com/2020/07/build-your-first-voice-driven-web-app/

Live Demo

Try the live demo here: https://luixaviles.com/web-speech-angular

Watch the Video

Find the Video Demo here

Support this project

  • Star GitHub repository ⭐
  • Create pull requests, submit bugs or suggest new features
  • Follow updates on Twitter or Github

Running the Project Locally

First, ensure you have the following installed:

  1. NodeJS - Download and Install latest version of Node: NodeJS
  2. Git - Download and Install Git
  3. Angular CLI - Install Command Line Interface for Angular https://cli.angular.io/

After that, use Git bash to run all commands if you are on Windows platform.

Clone repository

In order to start the project use:

$ git clone https://github.com/luixaviles/web-speech-angular.git
$ cd web-speech-angular

Preview the Application

Open other command line window and run following commands:

$ cd client
$ npm install
$ ng serve -o

The last command will open your default browser with the following URL by default: http://localhost:4200

Forks

The Open Source community is awesome! If you're working in a fork with other tech stack, please add the reference of your project here.

Contribution

Contributions are greatly appreciated. You can contribute by adding i18n support with your language, the testing section or any other feature you want.

License

MIT