What type of app are you interested in when learning a new library

When it comes to tutorials, the most common types of demos are:

  • todo apps
  • blogs

I’m about to write an tutorial for SitePoint on React Query and would like to avoid building yet another todo app.

Does anyone have any suggestions about different kinds of web apps to build?

What would make an appealing demo in your eyes?

Grateful for any suggestions.

1 Like

Well obviously you have to know the skill level of your target audience. I can say that someone who is just learning programming is probably not going to be picking up React as their first tech when they don’t even know basic JS. Next you identify the strengths of the tech you want to showcase. If it is good at fetching and caching, then gear a project to show that while talking about maybe why it wouldn’t be the best for a todo app.

Now given that info, you probably can target something a little more sophisticated. Maybe a small and minimal chat app. Maybe a weather app, maybe something that is tracking data in real time like a twitter feed or a feed of some other kind. You could do a side project tie in with what @Corobori and his mapbox project.

Last but not least…

Shameless plug incoming! Maybe you could take a look at my book “The Programmers Idea Book” and implement one of the 200 project ideas in that. :wink:

Thanks Matry2. I think I’ll look into building a CRUD app using a combination of local data and a weather API.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.