Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.07 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.07 KB

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.