Skip to content

This is a quiz app made using React JS and Golang.

Notifications You must be signed in to change notification settings

tshaark/Quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to QuizApp!

Introduction to the project:

I have to written a Go server that implements REST API and interacts with the database at the backend. The front end is a React application that is an interactive quiz.

Date: 26th September, 2018. Place: Room 260, Bakul NiVas, IIIT Hyderabad. Owner: Sarthak Singh

Features:

  • Registration and login for users
  • Multiple genre of quizzes
  • Multiple types of questions, image, video and MCQ.
  • Leaderboard
  • Admin privileges to one user. He has privilege to do the following:
    • View/Create/Delete quizzes
    • Create/Delete/Edit questions/options in each quiz
    • View all users
    • Delete users
  • Login through Google handle.

Running the program:

  • Running the react app:
    • Go to the "react-app" folder and run yarn start
    • yarn start
  • Running the Go server:
    • Go to the go/src folder and run go run command
    • go run API.go The app will start on your default browser.

About

This is a quiz app made using React JS and Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published