Skip to content

ellrub/examify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examify

Overview

Examify is a website where students in UiB can test their knowledge on previous INFO132 exams. Exams gives feedback at the end.

Install Dependencies

npm install will install the following dependencies:

  • Vite
  • React
    • Headlessui
    • Heroicons
    • Markdown
    • Syntax Highlighter
  • Tailwind
  • Axios
  • Firebase
    • Firebase Admin

You also need to install Firebase Admin SDK npm install firebase-admin

TODO

  • More exams
  • Allow for users to upload exams
  • Support cources other than INFO132
  • Refactor and cleaning