Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/ionic_palindromchecker

Simple Ionic/Angular app: Palindrom Checker
https://github.com/mdecker-mobilecomputing/ionic_palindromchecker

angular ionic palindrome-checker

Last synced: 20 days ago
JSON representation

Simple Ionic/Angular app: Palindrom Checker

Awesome Lists containing this project

README

        

# Ionic app "Palindrome Checker" #


Ionic/Angular app representing a simple *Palindrome Checker*.
The actual check is implemented in [PalindromService](src/app/palindrom.service.ts),
which is to be put under unit test as exercise, i.e., unit tests are to be written in
[this file](src/app/palindrom.service.spec.ts).


----

## Screenshots ##


![Screenshot 1](screenshot_1.png)   ![Screenshot 2](screenshot_2.png)


----

## License ##

See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License)
for the files in this repository.