A simplistic quiz built with Go to run on the Command Line (Terminal).
The goal of the project is to get myself acquainted with Golang and provide opportunities for other Golang developers to contribute to Open Source Project.
My vision for the project is to implement more and more features into the Quiz app and at the same time keeping it modular enough. Keeping the code modular will help us migrate it to other platforms as well.
-
Once Go is successfully installed, type in the following command:
go get github.com/zerefwayne/quizgo
-
Type
go run main.go
-
As of now, the quiz shall start automatically on the terminal itself.
-
First of all, I would like to thank you for showing interest in this project. Please star the project to show your support.
-
The project is built with keeping modularity and scalability in mind.
-
Always try to follow the code structure being followed by the project.
-
Try to comment your code as much as possible and make it as beautiful as you can.
-
Feel free to open issues from your side after considering its viability and usefulness.
-
Always code on a new branch and make sure the pull request and commits are well documented and include screenshots wherever necessary.
https://courses.calhoun.io/courses/cor_gophercises
This is a free video series which teaches you to build interesting applications using Go.
This package is licensed under MIT license. See LICENSE for details.