The inspiration was to use golang to build a webapp that's not static and only depends on the golang libraries provided with the language.

It uses golang to parse a json file that has a list of questions, options and an answer and then generates a quiz that is a web app you can use and provides the output in form of total scores.

We used golang's internal json parser and golang's http package to generate a webpage from a json along with some basic html and css.

Challenges we ran into

Lack of knowledge of frontend technologies html and css specially, Will have to understand how adding a button broke the radio

Accomplishments that we're proud of

Was able to learn golang and apply some of it's basic packages to deliver a prototype project over a weekend, Thankfully it was quite easy to do due to provision of relevant packages by default in golang ecosystem.

What's next for Quiz Generator

A lot of things actually have made them a part of README.md on github

Built With

Share this project:

Updates