simzeee / QuoraHistoryCloneProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to QHistory

A place to ask and answer history questions.

Take a look

QHistory

Index

What is QHistory

QHistory is a full-stack application. Users can post and answer questions about various points in history. Users can also upvote other user's questions and comment on their answers. For easy navigation questions can be searched based on their topic.

List of Technologies

  • JavaScript
  • Express
  • Pug
  • Sequelize
  • Heroku
  • CSS

Code Snippet

The following code comes from the frontend question route. This chunk of code gets questions and all of its associated information along with the ability to edit the question. The question's tags render and the number of upvotes on a question determines the order that the questions render on the homepage.

Thank you for reading.

About


Languages

Language:JavaScript 63.4%Language:Pug 23.3%Language:CSS 13.3%