Skip to content

Mobile App for tracking goals and upcoming events, as well as making a progress timeline.

Notifications You must be signed in to change notification settings

stavgafny/lifeline

Repository files navigation

Lifeline

🛠️ Prerequisites

Before running the app, ensure that you have the following set up:

Additionally, make sure to install a mobile emulator or use a physical device as the app doesn't currently support web.

⚙️ Setup

  1. Clone this repository to your local machine:
git clone https://github.com/stavgafny/lifeline.git
  1. Navigate to the project directory:
cd lifeline
  1. Install the dependencies:
flutter pub get
  1. Update the Firebase options:
  • Add firebase_options.dart file in ./lib/constants/
  • Replace the placeholder values with your Firebase configuration.
// TODO: Replace with your Firebase configuration
final firebaseOptions = FirebaseOptions(
  appId: 'your-app-id',
  apiKey: 'your-api-key',
  projectId: 'your-project-id',
  // ...
);

🚀 Run

flutter run

🎬 Usage

  • Open the app on your mobile device or emulator.
  • Sign up using your email and password or choose the Google Sign-In option.
  • Log in using your credentials.
  • Explore the app's features.
  • Enjoy the app!

🤝 Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to share them.

📧 Contact

For any inquiries or support, you can reach out to stavgafny@gmail.com.

About

Mobile App for tracking goals and upcoming events, as well as making a progress timeline.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages