Skip to content

Tobertet/ToberQuizz

Repository files navigation

ToberQuizz

Free challenges that will put your imagination in check.

Screenshot

F-Droid store logo

Web application

Download it from F-droid

Download it from Play Store

Contributing

Proposing a new challenge

Would you like to create content either for a specific country or internationally? Just open a new Issue of type New challenge proposal and follow the steps in the wiki page Proposing a new challenge.

Donating

If you really enjoyed the application and want to support me, you can also buy me a coffee. I would be eternally grateful :)

Project Setup

The project has been developed using NodeJS v16 so we encourage you to do the same. If you use nvm, you can simply run nvm use in the root of the project and it will automatically set that version for you.

The package manager we use is yarn.

In case you want to build an Android or iOS app you need to install Android Studio and Xcode as well.

Bundling the application

Web

Run the command yarn build and the web application will be available under the dist directory.

Android

Requires Android Studio.

Run the command npx cap sync android after building the web resources and the android project will be available under the android directory.

If you only want to run the app, you can run the command npx cap run android and the app will be run in your pluged device or in a simulator.

iOS

Requires Xcode and a Mac machine.

Run the command npx cap build ios after building the web resources and the ios project will be available under the ios directory.

If you only want to run the app, you can run the command npx cap run ios and the app will be run in your pluged device or in a simulator.