Free challenges that will put your imagination in check.
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.
If you really enjoyed the application and want to support me, you can also buy me a coffee. I would be eternally grateful :)
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.
Run the command yarn build
and the web application will be available under the dist
directory.
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.
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.