Skip to content

Latest commit

 

History

History
105 lines (87 loc) · 2.55 KB

File metadata and controls

105 lines (87 loc) · 2.55 KB

Quora Clone

Build Status

Quora is a social question-and-answer website where user can ask their questions and share their answers over the world.

Installing and Running

Executing the commands mentioned below one by one in your command line will help in making this React app . Cloning

git clone https://github.com/sheikhtausif/quora-clone.git
cd ./quora-clone

To run the react app execute below command

cd ./client
npm install
npm start

To run the server app execute below command

cd ./server
npm install
npm start

Built with

  • React js
  • Redux
  • HTML
  • CSS
  • JavaScript

Used libraries

  • node modules
  • Styled-Components
  • axios
  • React Js
  • Redux
  • React-router-dom
  • Material-UI
  • Material-Icons
  • React Icons

Features

Some screenshots of the project

Team members