Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.21 KB

Birthday Reminder App

Birthday Reminder App is a Flutter-based application that uses Google Firebase for storage and authentication. The app features an easy-to-use interface and minimal design, making it simple to add and manage birthdays.

Features

  • Easy-to-Use Interface: Minimal design for simplicity.
  • Firebase Integration: Secure storage and authentication.
  • Notification Reminders: Ensures you never miss an important date.
  • Efficient Management: Effortlessly stay on top of birthdays.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/birthday-reminder-app.git
    cd birthday-reminder-app
  2. Set up Firebase:
    • Follow the Firebase setup instructions to configure your project.
    • Add your google-services.json to the android/app directory.
  3. Install the required dependencies:
    flutter pub get

Usage

  1. Run the application:
    flutter run
  2. Open the app on your device and start adding birthdays.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT