What dose it do?

simply you can create and save your own quizes here and get your exam "id" , then you can share that id with your examinees to take their exam. easy peasy!

About This Quize App

I programmed this quize app as a practical project to get my hands on :

  • redux
  • react-redux
  • redux-saga
  • asynchronous state management
  • middlewares and side effects in redux-saga

"dependencies":{
"@reduxjs/toolkit",
"axios",
"mongodb",
"mongoose",
"next",
"react",
"react-dom",
"react-hook-form",
"react-icons",
"react-redux",
"redux",
"redux-saga",
}
"devDependencies":{
"@types/node",
"@types/react",
"autoprefixer",
"postcss",
"prettier",
"prettier-plugin-tailwindcss",
"tailwindcss",
"typescript",
}