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.
- 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.
- Clone the repository:
git clone https://github.com/yourusername/birthday-reminder-app.git cd birthday-reminder-app
- Set up Firebase:
- Follow the Firebase setup instructions to configure your project.
- Add your
google-services.json
to theandroid/app
directory.
- Install the required dependencies:
flutter pub get
- Run the application:
flutter run
- Open the app on your device and start adding birthdays.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.