hkirat / quiz-app-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a simple quizzing app similar to menti meter

Features

  • Admin should be allowed to add questions (MCQ, single answer)
  • Admin should be allowed to move to the next questions
  • Admin should be allowed to show the leaderboard to everyone
  • Users should be allowed to answer the questions
  • Users just need to poll the server for the next question, no need for it to be realtime

Bounties for frontend $$

  • Simple View with title and answers - $25 title : string choices: strings[] image?: string
  • Leaderboard view - $25 winners: {username: string, profilePicture?: string, points: number}[] => will be sorted
  • Join the course view - $10 Stack - React components using tailwind

About


Languages

Language:TypeScript 94.0%Language:JavaScript 2.9%Language:CSS 1.6%Language:HTML 1.5%