Skip to content

0xvashishth/askoverflow-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !!