An app to summarize your days and months. Made with Expo SDK v40.0.0.
-
Install Expo using this Installation Documentation.
-
Install Firebase
expo install firebase
-
Clone the repository
git clone https://github.com/Insiyaa/epitome.git cd epitome
-
Create a Firebase account following this video.
-
Create
firebase.js
with your keys.export default { apiKey: "COPY_FROM_FIREBASE", authDomain: "COPY_FROM_FIREBASE", databaseURL: "COPY_FROM_FIREBASE", projectId: "COPY_FROM_FIREBASE", storageBucket: "COPY_FROM_FIREBASE", messagingSenderId: "COPY_FROM_FIREBASE", appId: "COPY_FROM_FIREBASE", };
-
Install dependencies using
npm
and start the app.npm install expo start
Thank you. Feel free to provide suggestions and contributions.