Skip to content

onetwothreeneth/fabuless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fabuless

Cordova app sharing Filipino Food recipes

Demo

  • You can try the demo app download demo.apk then install it to your android phone or just go to play store then search for "FABULESS" You can directly download it on Google Play .

Technology used

  1. Font Awesome
  2. Framework7
  3. Cordova
  4. Angular
  5. HTML
  6. CSS
  7. JAVASCRIPT
  8. JQUERY
  9. PHP / MYSQL -> for server side recipe to email forwarding

How to Setup

  1. First Download NodeJs. - after installing Nodejs on your CLI enter to download cordova then you can check Cordova's documentation for other details. npm install -g cordova

  2. Download Sublime Text. - This is environment for text editing.

  3. Download Android Studio. - We need this inorder to build our android application into .apk file. after installing Android studio make sure you'll update all the possible updates in the SDK MANAGER

  4. Download Genymotion Emulator. - Android Studio's emulator is a bit slow. for faster development you can user genymotion. (Note) you also need virtualbox running on your machine please check the site for more information on how to run Genymotion.

  5. Download JDK - Android Studio need this so its a must.

  6. Set ANDROID_HOME and JAVA_HOME - Here is a step by step guide on how to SET ANDROID_HOME AND JAVA_HOME. stackoverflow is our friend.

  7. I know its alot of downloading stuff you have gone through but cheer up youll find it usefull on other programming languages.

  8. Next inline on How to run the app - Put the app codes in the Desktop (for the meantime). - On your CLI write

    cd desktop
    

    then

    cd [folder_name]
    

    example cd fabuless

    • Now Open Sublime Text then drag the folder of the codes inside Sublime text. now you can see the app codes.
    • Open Genymotion Signup then login on it.
    • After Logging in create a new virtual device.
    • then run the virtual device
    • You can read Genymotions documentation here.
    • Now lets open our CLI again then follow the commands below
      cd desktop
      
      then
      cd [folder_name]
      
      example cd fabuless then
      cordova platform add android
      
      then
      cordova prepare android
      
      then
      cordova run android
      // you should see your app running on Genymotion Emulator now.
      
      • Hooray welcome to your first Cordova App
  9. Steps on uploading your app on google play

    1. Create A keystore

    2. Build your app as release : Source

      cd desktop
      cd fabuless
      cordova platform add android
      cordova prepare android
      cordova run android --release -- --keystore=../my-release-key.keystore --storePassword=password --alias=alias_name --password=password.
      
    3. Buy $25 developer account on Google play

About

Cordova app sharing Filipino Food recipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published