Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swanie21/birthday-tracker
- Owner: swanie21
- Created: 2016-10-20T17:23:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T19:56:02.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T01:20:09.322Z (about 2 months ago)
- Topics: firebase, iphone, react-native-app, sass, xcode
- Language: JavaScript
- Homepage:
- Size: 622 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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