Skip to content

An app to summarize your days and months. Made with Expo SDK v40.0.0.

Notifications You must be signed in to change notification settings

Insiyaa/epitome

Repository files navigation

Epitome

An app to summarize your days and months. Made with Expo SDK v40.0.0.

Usage

  • 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.

References

About

An app to summarize your days and months. Made with Expo SDK v40.0.0.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published