Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananyaarun/react-and-go-quiz-app
Quiz app built using React and Golang
https://github.com/ananyaarun/react-and-go-quiz-app
Last synced: 17 days ago
JSON representation
Quiz app built using React and Golang
- Host: GitHub
- URL: https://github.com/ananyaarun/react-and-go-quiz-app
- Owner: ananyaarun
- Created: 2018-12-14T13:31:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T22:28:44.000Z (about 2 years ago)
- Last Synced: 2024-11-09T09:53:14.167Z (2 months ago)
- Language: Go
- Homepage:
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.