Skip to content

Website where you can create tests and answer them

Notifications You must be signed in to change notification settings

bora-sen/question-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

questionMe - Open-Source Quiz Maker

Tech Stack

MongoDB Express.js ReactJs Bootstrap5.3 NodeJs Vite

Front-End

Todos:

  • Add All Tests Route

Back-End

End-Point Table

API Endpoint Method Description
/test/create POST Creates Test With Test Object
/test/solve/:accessLink GET Gets A Specified Test Object
/test/all GET Gets All Tests
/result/create POST Generates A Result Object
/result/:accessLink GET Returns A Specified Result

Screenshots

Landing Page

Landing Page

Create Test Page

Landing Page

Adding Questions

Landing Page

Solve a Test With Name

Landing Page

Submit Your Answers

Landing Page

View and share your result

Landing Page