Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swanie21/birthday-tracker

React Native application using Firebase to save birthdays
https://github.com/swanie21/birthday-tracker

firebase iphone react-native-app sass xcode

Last synced: about 14 hours ago
JSON representation

React Native application using Firebase to save birthdays

Awesome Lists containing this project

README

        

# Saves the Day - Birthday Tracker

![gif](http://g.recordit.co/D8hR7vm9hk.gif)

## To use app
Clone the [repository](https://github.com/swanie21/birthday-tracker.git) 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