Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chideraike/photo-feed-app
- Owner: chideraike
- Created: 2020-06-10T01:12:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:43:07.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T04:38:46.545Z (2 months ago)
- Topics: expo, firebase, react-native
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.MD
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)