Back to projects

April, 2024

Mobile Fb

A simple mobile application with a Facebook theme created for learning purposes as a requirement for Hacktiv8 Phase 3.

Short Explanation

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:

Project Goals

Links

Tech Stack

  • React Native
  • GraphQL
  • Apollo
  • MongoDB
  • Expo

Screenshots

Login Page

Login Page

Register Page

Register Page

Home Page

Home Page

Profile Page

Profile Page

Find User Page

Find User Page

Create Post Page

Create Post Page

Home After Post Page

Home After Post Page

Lesson Learned

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.

Back to top Back to top