Company
Date Published
Author
Bubble
Word count
1262
Language
English
Hacker News points
None

Summary

This article is about how an author built a simple app using Bubble, a no-code website builder, to upload and vote on cute puppies. The author started by designing the app's layout and features, including a leaderboard section and user-uploaded puppy images. They then created a data structure to store information about each puppy, including name, picture, total votes, and cute votes. Next, they programmed the "Add a Puppy" section, allowing users to upload a new puppy and display existing ones. The author also implemented voting functionality, displaying the next puppy to vote on after each click. Finally, they displayed the top five cutest puppies using a Repeating Group and searched for puppies sorted by cute votes in descending order.