forked from akveo/chernika-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67fe325
commit 8d0ac4a
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Chernika | ||
Hybrid mobile dating app developed using ionic. | ||
|
||
<img src="http://i.imgur.com/kGrVr1R.gif" width="400"> | ||
|
||
## Setup | ||
1. Install node and bower dependencies: `npm install` 'bower install' | ||
2. Build configs, styles etc.: `gulp build` | ||
3. Add some platform, for example Android: `cordova platform add ios` | ||
4. Type 'ionic run android' | ||
5. We used cordova 5.3.3, if you have older version try updating it `npm install -g cordova` (may require sudo) | ||
|
||
## Features | ||
#### Gameplay | ||
* 100 different levels. (If you think the first 20 is too easy, yeah it's true. Go straight to the 4-th and 5-th chapter and let's see how long would it take for you to finish them :) ). | ||
* Neat UI | ||
* Responsive design | ||
* Autosave feature | ||
|
||
I didn't add bootstrap, because I think it's overwhelming for such small project | ||
|
||
#### Technical stuff | ||
* Ionic | ||
* Sass | ||
* Ionic tinder cars | ||
* Websockets chats | ||
* Geolocation | ||
* Push notifications | ||
* VK integration | ||
* Google analytics integrated | ||
* Hardware accelerated CSS3 animations | ||
|
||
##Try chernika | ||
Application is live. You can download it from marketplaces: | ||
* [Apple store](https://itunes.apple.com/us/app/digit-square-puzzle-game/id959622726) | ||
* [Android market](https://play.google.com/store/apps/details?id=com.flatlogic.digitsquare) | ||
|
||
Please refer to [Apache Cordova documentation](http://cordova.apache.org/docs/en/4.0.0/) for additional info. | ||
|
||
## License | ||
[MIT](http://opensource.org/licenses/MIT) | ||
|
||
## From akveo | ||
For any additional information as well as with any suggestions or offers please refer to [Akveo homepage](http://akveo.com) | ||
|
||
Enjoy! | ||
|
||
Made with ♥ by [Akveo team](http://akveo.com/). |