Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
/ albums Public archive

React Native / Redux application using Firebase

Notifications You must be signed in to change notification settings

ruslanzharkov/albums

Repository files navigation

Albums

Simple app for ios only for creating and reading post.

Motivation

A short description of the motivation behind the creation and maintenance of the project. This should explain why the project exists.

Code style

If you're using any code style like xo, standard etc. That will help others while contributing to your project. Ex. -

js-standard-style

Demo

Tech/framework used

Built with

Features

App store data in Firebase. It`s simple to use in development and fast for read/write data

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Installation

Clone repo cd project install all dependencies and write to terminal npm run ios or yarn ios

API Reference

Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.

Tests

Describe and show how to run the tests with code examples.

How to use?