Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bolorundurowb/firenotes

A simple notes app that utilizes Googles firebase for authentication and storage. Built for Android and iOS using Xamarin Forms
https://github.com/bolorundurowb/firenotes

android csharp ios xamarin xamarin-forms

Last synced: 3 months ago
JSON representation

A simple notes app that utilizes Googles firebase for authentication and storage. Built for Android and iOS using Xamarin Forms

Awesome Lists containing this project

README

        

# Fire-Notes

[![Build Status](https://app.bitrise.io/app/50bd821b817e2fb0/status.svg?token=th2cwV_U9sg4x5IBkoeOdg&branch=master)](https://app.bitrise.io/app/50bd821b817e2fb0) [![Waffle.io - Columns and their card count](https://badge.waffle.io/bolorundurowb/firenotes.svg?columns=all)](https://waffle.io/bolorundurowb/firenotes)

A simple android notes app using Google's Firebase as the backend

## Screenshots
**Sign In**

| Android | iOS|
| --- | --- |
| ![Sign In](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/signin.png) | ![Sign In](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/signin.png) |

**Sign Up**

| Android | iOS|
| --- | --- |
| ![Sign Up](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/signup.png) | ![Sign Up](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/signup.png) |

**Home**

| Android | iOS|
| --- | --- |
| ![Home](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/home.png) | ![Home](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/home.png) |

**New Note**

| Android | iOS|
| --- | --- |
| ![New Note](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/new-note.png) | ![New Note](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/new-note.png) |

**Note Details**

| Android | iOS|
| --- | --- |
| ![Note Details](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/note-details.png) | ![Note Details](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/note-details.png) |