Mobile app for journalling and notes taking. With notes and app personalization.
Made with React Native & Firebase Firestore, Auth & Storage.
Integrated with third-party libraries like:
This project was made on 2020-2021.
- Update to latest version
- Remove deprecated packages
- External host for assets
Clone the project
git clone https://github.com/amaimasque/bullet-journal.git
Go to the project directory
cd bullet-journal
Install dependencies
yarn install
On App.js
file, specify Firebase credentials
firebase.initializeApp({
projectId: '',
apiKey: '',
storageBucket: '',
});
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