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.gitGo to the project directory
cd bullet-journalInstall dependencies
yarn installOn 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 startRun app on device
yarn android