Show HN: QuizKnit, an open source quiz creator

quizknit.com

3 points by jibolash 14 hours ago

QuizKnit is an open source quiz creator to create quizzes by pasting in text or selecting from a large range of historical categories.

Started as a very simple app for me to play around with OpenAI’s API last year then morphed into a portfolio project during my job search earlier this year. Now happily employed so decided to open source it.

Right now, a user can create a quiz, take a quiz, save it and share the quiz with other people using a URL.

You can try out the full working application at https://quizknit.com

Github Links: Frontend: https://github.com/jibolash/quizknit-react , Backend: https://github.com/jibolash/quizknit-api