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

https://github.com/tom2drum/devlift

Simple todo native app
https://github.com/tom2drum/devlift

firebase react-native

Last synced: 3 months ago
JSON representation

Simple todo native app

Awesome Lists containing this project

README

        

# ToDo App

[![Build Status](https://travis-ci.org/tom-aglow/devlift.svg?branch=master)](https://travis-ci.org/tom-aglow/devlift)
[![codecov](https://codecov.io/gh/tom-aglow/devlift/branch/master/graph/badge.svg)](https://codecov.io/gh/tom-aglow/devlift)

### Installation

* clone git repo
* run `yarn` or `npm install` for downloading necessary packages
* run `cp credentials.example.json credentials.json` for copying and renaming credential file
* fill the file with your firebase credentials
* run `react-native run-ios` to launch the simulator