0xvashishth / askoverflow-client

Clone Of Stackoverflow!!

Home Page:https://askoverflow.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Askoverflow Client

A client for askoverflow server

total lines Stars Forks GitHub last commit

  • πŸ”— Link Of Askoverflow Website: link
  • πŸ”— Link Of Server: link

Features πŸ“ˆ

  • It contains JWT Safe Authenticatio login/logout system.
  • All functions will be done with API call.
  • There are some public API calls like, anyone can see all the questions and can see the answers, but cannot do actions which requires authentication.
  • Authenticate User can ask/edit/delete the question.
  • Authenticate Users can answer/edit/delete their respective answers.
  • Authenticate User can upvote or downvote the answer only once. Users can not upvote/downvote more than once.
  • Authenticate User and only the owner of the question can verify any particular answer.
  • The client's website also supports Markdown formatting.
  • Authenticate users can see all their answers and all questions posted by him/her can see the data including votes, body, link, etc. on the profile page.
  • Mail will be sent to the user when he/she gets registered(using nodemailer).
  • Only required data will be sent in the response.

Tech Stack πŸ‘¨β€πŸ’»

JavaScript React REST API


Show your love by staring my repo !!

About

Clone Of Stackoverflow!!

https://askoverflow.netlify.app/

License:MIT License


Languages

Language:JavaScript 82.1%Language:CSS 15.1%Language:HTML 2.7%Language:Nix 0.1%