Skip to content

EliasDevis/kahoot-answers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kahoot Answers

Live: https://khanswers.vercel.app

It just sends get request to the one of API urls below and formats json response in html code. You can enter pin, id and any of gui urls. It can't be traced by your teacher and works for all quizes.

PS: Code isn't really great, pull requests would be welcome

TODO

  • Users block
  • Log uuids and ip
  • Language changer
  • About info
  • Support question and answer styling
  • Autotests
  • Custom domain

Example kahoot quiz

Pin: 11111111
Uuid: 6e342965-8e19-47ed-8f27-5707b03d8797
Url id: 6e342965-8e19-47ed-8f27-5707b03d8797_1664805379662
CreatorId: 6e342965-8e19-47ed-8f27-5707b03d8797
Created: 1664805379662

GUI urls

API urls

Scripts

Run: yarn start
Develop: yarn dev