๐Ÿ”— GitHub

Intro

DevQnA is a Stack Overflow clone built using built using the atomic design pattern in TypeScript, React, NodeJS, and Sequelize. It aims to replicate the core functionality of the popular Q&A platform Stack Overflow, allowing users to post questions, provide answers, and vote on the quality of content.

In addition to React and atomic design, the application also utilizes controllers and routers to handle HTTP requests and responses using ExpressJS and Sequelize.

Technologies

Front-End:

  • React (TypeScript)
  • Materialize

Back-End

  • ExpressJS(NodeJS)
  • Sequelize

Features

  • Ask questions and post answers
  • Upvote and downvote questions and answers
  • Sort questions by Latest, Oldest and Upvotes
  • Search for questions by keywords
  • Explore Tags

Pictures

Login Page

Login Page

Home Page

Home Page

Questions Page

Questions Page

Search Page

Search Page

Tags Page

Tags Page