Skip to content

A React app for commenting and interacting with comments using Firebase authentication.

Notifications You must be signed in to change notification settings

ashwekkalgutkar/comment-system-v1

Repository files navigation

React Comment Section App

This is a simple React application that allows users to comment, reply, like, and dislike comments. It integrates Firebase for authentication using Google Sign-In and utilizes Material-UI for styling.

Features

  • User authentication with Google Sign-In
  • Commenting functionality
  • Reply to comments
  • Like and dislike comments
  • User profile display

Technologies Used

  • React
  • Firebase
  • Material-UI
  • React Comments Section
  • UUID for unique comment IDs

Installation

  1. Clone the repository:

    git clone 
    cd 
  2. Install dependencies:

    npm install
  3. Set up Firebase:

    • Create a Firebase project and enable Google authentication.
    • Add your Firebase configuration to the firebase.js file.
  4. Start the application:

    npm start

Usage

  • Users can log in using their Google account.
  • Once logged in, they can add comments, reply to existing comments, and like or dislike comments.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

About

A React app for commenting and interacting with comments using Firebase authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published