Tutorial hero image
Lesson icon

Live Coding a Party Game with Ionic - Part 1

1 min read

Originally published September 17, 2018

In this video, I walk through building a "party game" using Ionic live on screen. With these types of videos, the emphasis is on dealing with issues as they arise and trying to capture how I would naturally build an application rather than having anything prepared beforehand. All I have going into this video is a general idea of what I want to build all mistakes along the way will be included.

This particular application will allow us to display a series of questions on the screen, and the user will be able to tap to randomly cycle through the questions. The key parts of this application will be:

  • The ability to load in a series of questions
  • The ability to tap to go to a new random question
  • The background colour will change for each new question

Watch the video on YouTube: Click here

If you enjoyed this article, feel free to share it with others!