Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.23 KB

Testify - Quiz App

It is a quiz app developed entirely using MERN Stack following essential microservices architecture. Users can create account, upload avatar, create quiz, like quiz, comment in a quiz and participate in all public quizzes.

Deployed App 🚀

App is deployed using Heroku(backend) and Netlify(frontend).

Link - https://testify-aimers.netlify.app/

Requirements

  1. Cloudinary
  2. axios
  3. jwt
  4. bcrypt
  5. Mongodb Atlas

Overview

Dashboard

Home page after login:

dashboard

Account

Users can upload/update their avatar in this section:

account

Create Quiz

An interface for users to create quiz:

create-quiz

Quizzes

Quizzes created by the user:

user-quizzes

Public Quizzes(All quizzes on the platform):

public-quizzes

Take Quiz Interface

take-quiz

Results Interface

results

To be added

  1. Leaderboard - For each quiz Leaderboard showing top performers
  2. Buddychat - Allowing users to communicate with others