As beginners to computer programming, we wanted to try out Kintone to efficiently create an application using Python.
The user interacts with the Python GUI to answer random trivia questions on a variety of topics. The question data is retrieved from Kintone and displayed in the GUI.
We spent time developing the Kintone functionality in order for our application to add and retrieve data. Then, we created the GUI and the quiz functionality for the user to interact with Kintone.
We faced challenges working with the Kintone API, particularly in retrieving data. After troubleshooting and reading Kintone docs, we were able to fix the issue by editing the parameters.
A main accomplishment is learning Kintone for the first time and effectively utilizing it for our application.
We learned how to use Kintone to create applications.
More features that could be added to this application are question editing through Python and filtered quizzes.
Built With
- kintone
- python