Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.08 KB

README.md

File metadata and controls

60 lines (32 loc) · 1.08 KB

Sam's Journal App

Made for #7DaysofCodeChallenge (Android Developer Track)

Getting Started

Simply clone the repo to your machine

git clone https://github.com/darkscript/JournalApp.git

Technologies used

The app is made with android and targets latest android version (Android 27) and also uses

Firebase Database

Firebase Authentication

Google Oauth

Sqlite Database

Functionality

You can do the following in the app;

  • Create a Journal Entry

  • Easily select a date from calendar

  • Edit an old entry

  • Delete an entry by swiping left

  • Data is synced from and to Firebase Database

  • Login using Firebase Auth

  • among other functionalities...

Prerequisites

Install Android Studio And Android SDK go to android studio for more info

Authors

  • Samuel Irungu

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Google for providing android
  • Third party lib used (see on gradle file)
  • Udacity & Andela (skills providers)