A social media mobile app
This app is build using the react native with expo managed workflow and @reduxjs/toolkit. Also, firebase is used for the backend.
Download the Zip and extract the files.
- Run this command: "npm install" to add the node dependencies to the project.
- Run this command: "npm start" to run the app in development mode.
Inside the app:
- Login, Register and Home pages placed in native stack. First you need to login and for that you need to create an account.
- After logging sucessfully, the home page is loaded with posts feed.
- The UI contains Home, Profile, Notifications and Settings in botto tab.
- In header: contains create post and logout menus.