URL website: https://snap-share-78f51.web.app/
Welcome to the documentation for the Social Connect project. Social Connect is a modern social networking platform that enables users to connect, share, and engage with others through a wide range of features.
- Introduction
- Features
- Installation
- Usage
- Firebase Configuration
- Technologies Used
- Contributing
- License
Social Connect is a feature-rich web-based social networking platform that allows users to create meaningful connections and interactions with friends and other users.
- User Authentication: Secure user registration and login system powered by Firebase Authentication.
- Posting: Users can create, edit, and delete posts.
- Interaction: Users can like, comment on, and share posts.
- Profile Customization: Personalize your profile using Tailwind CSS for seamless UI customization.
- Search: Effortlessly discover other users through a robust search functionality.
- Friendship: Send and accept friend requests to connect with others.
- Following: Follow your favorite users to stay updated with their posts.
- Messaging: Engage in private conversations with other users using Firebase Realtime Database.
- Dark Mode: Toggle between light and dark UI themes for comfortable browsing.
- Real-time Updates: Experience real-time notifications for activities through Firebase Realtime Database.
- Responsive Design: Enjoy a consistent experience across various devices.
- Real-time Functionality: Leverage Firebase's real-time capabilities for seamless interactions.
- Clone the repository:
git clone https://github.com/Doanhaiduy/snap-share-app.git
- Navigate to the project directory:
cd snap-share-app
- Install dependencies:
npm install
- Configure Firebase credentials and environment variables (see Firebase Configuration).
- Run the development server:
npm start
- Register an account or log in if you already have one using Firebase Authentication.
- Explore and interact with various features through the user-friendly interface.
- Share your thoughts by creating posts, engaging with others' content, and connecting with friends.
- Tailor your profile's appearance using Tailwind CSS for a unique look.
- Discover new connections through the robust search feature.
- Enjoy real-time messaging with other users through Firebase Realtime Database.
- Create a Firebase project at https://console.firebase.google.com/.
- Obtain your Firebase configuration credentials (apiKey, authDomain, projectId, storageBucket, messagingSenderId, appId) from the project settings.
- Rename the
.env.example
file to.env
in the project root directory. - Replace the placeholder values in
.env
with your Firebase configuration credentials.
REACT_APP_FIREBASE_API_KEY=your_api_key
REACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain
REACT_APP_FIREBASE_PROJECT_ID=your_project_id
REACT_APP_FIREBASE_STORAGE_BUCKET=your_storage_bucket
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
REACT_APP_FIREBASE_APP_ID=your_app_id
- Frontend: HTML, CSS (Tailwind CSS), JavaScript (React.js)
- Backend: Firebase (Authentication, Firestore Database, Storage, Hosting)
- Other dependencies: [list any other major dependencies here]
Contributions are highly appreciated! If you encounter any issues or have innovative ideas, feel free to open an issue or submit a pull request. For significant changes, kindly discuss them with the project maintainers beforehand.
This project is licensed under the [Your License] License - refer to the LICENSE file for more details.