Skip to content

This is a simple Quora clone built with Redux and React. So far, I have implemented 3 out of 4 functionalities: you can log in with your Google account, add questions or answers, and finally, log out.

Notifications You must be signed in to change notification settings

BamaCharanChhandogi/Quora-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quora-Clone

Introduction

Quora-Clone is a simple clone of the popular Q&A website Quora, built using Redux and React. The project aims to provide a platform where users can ask and answer questions on various topics.

Features

Currently, the project has the following features implemented:

  • Google Authentication: Users can log in and out using their Google accounts.
  • Question Creation: Users can create new questions and add details.
  • Answer Submission: Users can submit answers to existing questions.

Installation

To install the project, clone the repository and install the dependencies:

git clone https://github.com/your-username/Quora-Clone.git
cd Quora-Clone
npm install

Usage

To run the project, start the development server:

npm start

The application will be available at http:https://localhost:3000.

Creating a Question

To create a question:

  1. Click on the "Ask Question" button in the top-right corner.
  2. Fill out the question form with the question title, question body, and topics.
  3. Click on the "Ask Question" button.

Answering a Question

To answer a question:

  1. Navigate to the question page.
  2. Click on the "Answer" button below the question.
  3. Fill out the answer form with the answer body.
  4. Click on the "Submit Answer" button.

Contribution Guidelines

Contributions to the project are welcome. Please follow these guidelines when contributing:

  • Create a new branch for your changes.
  • Write clear and concise commit messages.
  • Add tests for your changes.
  • Follow the project's coding style.
  • Submit a pull request when your changes are ready for review.

About

This is a simple Quora clone built with Redux and React. So far, I have implemented 3 out of 4 functionalities: you can log in with your Google account, add questions or answers, and finally, log out.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published