Skip to content

Commit

Permalink
Initial README
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant authored and KostyaDanovsky committed Mar 31, 2016
1 parent 67fe325 commit 8d0ac4a
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
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/).

0 comments on commit 8d0ac4a

Please sign in to comment.