Skip to content

amaimasque/bullet-journal

Repository files navigation

Bullet Journal

Mobile app for journalling and notes taking. With notes and app personalization.

Made with React Native & Firebase Firestore, Auth & Storage.

My Skills

Integrated with third-party libraries like:

This project was made on 2020-2021.

TODO

  • Update to latest version
  • Remove deprecated packages
  • External host for assets

Run Locally

Clone the project

  git clone https://github.com/amaimasque/bullet-journal.git

Go to the project directory

  cd bullet-journal

Install dependencies

  yarn install

Firebase

On App.js file, specify Firebase credentials

firebase.initializeApp({
    projectId: '',
    apiKey: '',
    storageBucket: '',
});

Android

Go to android folder and add local.properties file. Specify the SDK location.

  sdk.dir = <SDK location>

Start the server

  yarn start

Run app on device

  yarn android

About

Journal app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published