Skip to content

ahmedhaji/pl-translator

Repository files navigation

Pig Latin Translator

A web application for translating from English to Pig Latin. It is written in Angular2 and TypeScript and uses RxJS observables and Angular Material. You'll find component tests, service tests (particularly on observables) and custom pipes.

To install

  1. Clone this repo
git clone https://github.com/ahmedhaji/pl-translator.git
  1. Then run
npm install

To run the app

  1. Open Terminal and run
npm start
  1. Then launch a browser and navigate to:
http://localhost:4200

To run tests

  1. Run
npm test

About

Angular2 app for translating English to Pig Latin using RxJS and Angular Material

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published