Skip to content

ananyaarun/React-and-Go-quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Go-React Quiz App

Structured Systems Analysis and Design Assignment 2 By Ananya Arun

Go

Packages used in this code

  • github.com/gin-gonic/gin
  • github.com/jinzhu/gorm
  • github.com/jinzhu/gorm/dialects/sqlite
  • github.com/gin-contrib/cors

To run the program

  • cd go/src
  • go run main.go

React

To run the program

  • cd react/src
  • yarn start

Functionalities Implemented :-

  • Signup and Login
  • Personalised pages for both user and adnim ( both different )
  • 2 Genres of Quizes ( movies and sports )
  • Each genre has 2 quizes
  • Each quiz has atleast 5 questions
  • There are both MCQ type and question answer type questions
  • Overall leaderBoard across generes
  • Admin funtionatities include
    • create,delete,view questions
    • create,delete,view quizzes
    • View all users
    • Delete users
    • create users (through signup)
  • User can see final score of each quiz at every stage as they are attempting the quizzes.

About

Quiz app built using React and Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published