Skip to content

zerefwayne/quizgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuizGO

Made With Go Badge GitHub license

What is QuizGo?

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.

Install

  1. Installing Go on your system: Linux | Windows

  2. Once Go is successfully installed, type in the following command: go get github.com/zerefwayne/quizgo

  3. Type go run main.go

  4. As of now, the quiz shall start automatically on the terminal itself.

Contributing to the Project

  • 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.

Inspiration for the project

https://courses.calhoun.io/courses/cor_gophercises

This is a free video series which teaches you to build interesting applications using Go.

License

This package is licensed under MIT license. See LICENSE for details.