A simple mobile application with a Facebook theme created for learning purposes as a requirement for Hacktiv8 Phase 3.
This project is a simple mobile application with a Facebook theme, created for learning purposes as a requirement for Hacktiv8 Phase 3. It utilizes React Native for the frontend and Apollo Server for the backend.
Some features including:
Login Page
Register Page
Home Page
Profile Page
Find User Page
Create Post Page
Home After Post Page
Throughout the development of this project, I learned the importance of state management in React Native applications, especially when dealing with user authentication and data fetching. Utilizing Apollo Client for GraphQL queries significantly simplified the process of managing remote data.
Additionally, I gained hands-on experience with mobile UI design principles, ensuring a smooth and intuitive user experience across different devices.