Skip to content

Quoterlock/QuizzesWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quiz App

(ASP.NET Api + ReactTS project).

Features:

  • authorization (JWT-Token)
  • user profile
  • quiz creation (with detailed builder)
  • quiz results list

Databases

  • for profiles, quizzes and results -> MongoDB
  • for users' credentials -> Microsoft SqlServer

image

image

image

image

image

image

(project created for study purposes. I just wanted to create a web-app with authentication and backend data management, also learn ReactTS)