This is a simple diary created by me as to guide me on learning ionic.
Created a simple ionic form with ngModel and using firebase as my database.
Functionalities:
- View diary inserted at home page
- Add a new diary
- Slide button for edit and delete
- On press of delete button a pop up will appear and on tapping delete, the specific diary will be removed
- Added icon and splash screen(need some tweaks on this).
To run the file on android.
- Clone the repo
- add your own firebase config file.
- run npm install firebase --save with root priviledges.
- run in terminal ionic cordova platform add android
- run in terminal ionic cordova run android --device.
- Make sure development mode is enabled in your device bundled with allow install from USB
Happy coding and do find me at ahmedmuaz0152@gmail.com for any improvement suggestion..