Skip to content

App for creating posts with images and sharing them with other users

Notifications You must be signed in to change notification settings

333Nikita333/react-native-project

Repository files navigation

Image Posts App

This project was bootstrapped with create-expo-app.

Description:

Image Posts App is a mobile application that allows users to create image-based posts. The app features user registration and login functionality, with the ability to remember the last login session for a seamless user experience. The app utilizes Firebase as the backend database for storing data. With the Image Posts app, users can create posts by taking photos and adding descriptions. After creating a post, users are redirected to a page that displays all posts. Each post includes three buttons: Like, Comment, and View on Map. Users can like the post, go to the comments section, and view the map with a marker indicating the location where the photo was taken.

Launch:

Follow the instructions below to view content on your phone:
1. Download "Expo Go" from GooglePlay/AppStore.
2. Register or login to your account in the "Expo".
3. In "Expo Go" scan the QR code on this app page or by following this application link, copy the url and paste it into the field "Enter URL manually" in Expo App.

Used Libraries:

"firebase": "^9.21.0",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"react": "^18.2.0",
"react-native": "^0.73.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-maps": "1.10.2",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.1",
"react-native-screens": "~3.29.0",
"react-native-uuid": "^2.0.1",
"react-native-dotenv": "^3.4.8"
"@react-native-async-storage/async-storage": "~1.21.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.5",
"@expo/vector-icons": "^14.0.0",
"expo": "^50.0.7",
"expo-camera": "~14.0.5",
"expo-dev-client": "~3.3.8",
"expo-font": "~11.10.3",
"expo-image-picker": "~14.7.1",
"expo-location": "~16.5.3",
"expo-media-library": "~15.9.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-updates": "~0.24.11"