Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chideraike/photo-feed-app

Photo Feed app (like Instagram) built with React Native, Expo 42 & Firebase
https://github.com/chideraike/photo-feed-app

expo firebase react-native

Last synced: 7 days ago
JSON representation

Photo Feed app (like Instagram) built with React Native, Expo 42 & Firebase

Awesome Lists containing this project

README

        

# Photo Feed

This was for school work before but I might be updating it later.

## Installation
This app was built using [React Native](https://reactnative.dev/) with [Expo](https://expo.io). In other to run it install **Expo Go** from either the App Store or Play Store.

- Run the app [here](https://exp.host/@chideraike/instagram-app-clone) directly from the Expo app

Or follow these steps to run the app locally;

1. Download or clone this repo
2. Run `npm install` or `yarn` in the project folder directory on the terminal
3. After all node modules are done downloading you can run the app by using `npm start` or `yarn start` on the terminal
4. Follow the instructions from there to connect your device (iOS/Andriod)

## Features

Features currently on the app;

- [x] [Navigation](https://reactnavigation.org/docs/getting-started)
- [x] [Firebase](https://firebase.google.com/docs)
- [x] Screens
- [x] Login & Register
- [x] Creating and Uploading a new post

## License
[MIT](https://opensource.org/licenses/MIT)\
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)