Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/ionic_palindromchecker
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2022-06-11T01:12:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T09:16:38.000Z (over 2 years ago)
- Last Synced: 2024-11-09T22:41:13.289Z (3 months ago)
- Topics: angular, ionic, palindrome-checker
- Language: TypeScript
- Homepage:
- Size: 562 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.