Skip to content

React Native application using Firebase to save birthdays

Notifications You must be signed in to change notification settings

swanie21/birthday-tracker

Repository files navigation

Saves the Day - Birthday Tracker

gif

To use app

Clone the repository and install the dependencies

npm install

Start Xcode simulator

react-native run-ios

Run test suite while simulator is running

npm test

This birthday tracker mobile app was made with Firebase and React Native. It stores your close family and friends’ birthdays in Firebase. The user can add their contact’s name and birthday with the native DatepickerIOS. Additionally, the user can upload an image of their contact with their photos in their photo album. Within the contact list the user can search for specific contacts. If you click on an individual contact in the contact list the user can add present notes and edit or delete the contact.

npm packages installed:
react-native-datepicker
react-native-image-picker
react-native-md-textinput
react-native-router-flux
react-native-vector-icons