FRONTEND
This is a social media app created with React Native to function like Twitter/X.
During the creation of this project, I did not have experience in developing the backend component of a software. This project was done to hone my UI skills by incorporating interactive icons and different screens for navigation.
SCREEN NAVIGATION
Most data showcased in this exampled was hard coded by me to display what could theoritically occur when a proper backend system is implemented.​​​​​​​
This screen displays different users' posts with their own respective profile pictures and unique usernames, with the addition of distinct posts with varying likes, comments, and share amounts. The design of this software is also purely based on X's UI. The "For You" and "Following" page resembles the UI on the original app. This project allowed me to learn how to use different screens that each have a specific purpose. The screens that enable smooth navigation in this program are "Home", "Notifications", "Chat", "Profile", and "Settings". 
Overall, this project gave me a better understanding of how to incorporate multiple screens and create a navigation system that flows efficiently between one and the other.
Back to Top