https://github.com/vintage/jokes_app
A hybrid mobile app with Polish jokes for iOS & Android
https://github.com/vintage/jokes_app
angular cordova ionic typescript
Last synced: 6 days ago
JSON representation
A hybrid mobile app with Polish jokes for iOS & Android
- Host: GitHub
- URL: https://github.com/vintage/jokes_app
- Owner: vintage
- Created: 2017-02-01T19:29:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T16:11:44.000Z (almost 9 years ago)
- Last Synced: 2026-01-03T22:50:48.384Z (3 months ago)
- Topics: angular, cordova, ionic, typescript
- Language: TypeScript
- Homepage:
- Size: 25.7 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jokes App (Perełki)
Jokes App is a fully working hybrid mobile app built with Angular & Ionic. The original app has been released to Google Play Store & App Store.
### Showcase
You can see how the app works by downloading it from the official stores:
- [Google Play](https://play.google.com/store/apps/details?id=com.puppybox.perelki)
- [App Store](https://itunes.apple.com/us/app/pere%C5%82ki/id1203847447)



### Version
1.2.0
### Installation
You need Ionic CLI and cordova installed globally:
```sh
$ npm i -g ionic@latest cordova@latest
```
```sh
$ git clone https://github.com/vintage/jokes_app
$ cd jokes_app
$ npm i
$ ionic cordova prepare
```
### Run
Open your favorite Terminal app and run following command:
```sh
$ ionic serve
```
The app will be available at:
```
http://localhost:8100/
```
Keep in mind that all jokes are in Polish language. If you would like to replace them with your own data simply replace the JSON file located at `src/assets/data/jokes.json`.
License
----
MIT