React Social
Social media website
A social media application/page using a Firebase database wtih OAuth authentication. Made for a React online course.

Tech Stack
Problem
Needed to understand modern web frameworks through hands-on development of core features.
Solution
Built a basic social media platform with posts, likes and comments using React and Firebase.
Key Features
Create and share posts
Real-time post feed with infinite scroll
Like and comment functionality
Google OAuth authentication
Challenges Overcome
Implementing infinite scroll with Firebase pagination
Functional state management with React hooks
Configuring Firebase security rules
Insights Gained
React hooks simplified complex state management
Firebase enables rapid prototyping of real-time apps
Performance optimization matters even for small apps
Videos & Images

Social media platform with Firebase backend

Your Posts view with edit and delete options

Create Post view

OAuth Sign In view