Skip to content

lucastssb/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz app

Project   |    Technologies   |    How to run   


💻 Project

This is my first application written in Go. Just a simple quiz app.

🚀 Technologies

This app was made using the following technologies:

ℹ️ How To Run

To clone and run this application, you'll need Git + Go installed on your computer.

Clone and Run


# Clone this repository
$ git clone https://github.com/lucastssb/quiz-app.git

# Go into the repository
$ cd quiz-app

# Compile and run the app
$ build . && ./quiz-app

# The default time limit for each question is 3 seconds
# The default csv problems file is problems.csv

Use custom settings

To use a different csv file use the flag "-csv"

Example:

$ go build . && ./quiz-app -csv=questions.csv

To set a different time limit use the flag "-limit"

Example:

$ go build . && ./quiz-app -limit=10

Made with ♥ by Lucas Barbosa 👋 Get in touch!

About

My firsts app written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages