Hi Gliders, it has been a while since I shared my last tutorial and I plan to do this once in a while, so here’s my next one.
You can view my previous post here:
Techniques used in this app:
- Tab visibility for sign up process
- Random value from single value column to change image & quote on homepage
- Combining multiple random values and use split text for gamification
- Conditional visibility + Cloudinary for a quiz-like experience
App link:
For this post, I make an app to pay tribute to Mr. Chadwick Boseman, who sadly passed away at his home as a result of complications related to colon cancer on August 28, 2020, with his wife and family by his side.
Chadwick was a great inspiration for me and obviously for many people around the world. I was stunned to hear about his passing, and as an app maker, I want to make one that would be dedicated to him.
1. Sign up
Provides a sign-up tab for users and only when they fill required details they can get access to the other parts of the app.
2. Home
A random image and quote that would change by time using a single value column, alongside a sharing button to share the quote to other apps.
3. Quiz
A one-time quiz to provide cash for gamification, which uses Cloudinary & conditional visibility to provide a quiz-like experience. The 4 options you see here are actually 11 images in total, with additional action configuration (increment/none).
4. Profile & Card collection
Use an inline list to get a card layout for displaying user’s profile details.
Use a dynamic array to fill 7 rolling days in Sheets for the “daily free card” form, providing buffer time to let the dynamic array change and still getting the “today” value.
Use random value from single value column & template to join and let users purchase a random 2-card pack. Money going straight out from their “bank” account (given from the quiz).
Showing unique cards from last opened pack (using split text and relations). Display progress bar and cards collection at the bottom of the tab.
5. Tribute
Simply a tab to send tributes for Mr. Chadwick. Displaying last 3 submission via single value columns.
Thank you and have a nice week.