I've been really into logging all the movies, games, and books I enjoy, but managing them across different apps is just getting overwhelming. I'm planning to build a gaming PC for the first time, and I'll be diving into Linux soon. I'd love to start a side project where I can combine all my favorite logging apps—like Letterboxd, Goodreads, League of Comic Geeks, MyAnimeList, Serializd, and Backloggd—into one customizable app for personal use. I don't need a searchable database; I'm totally fine with manually adding book covers and descriptions. I have zero knowledge of programming, so how difficult would it actually be to get this project off the ground?
5 Answers
Start with FAQs and learn a basic programming language first. It’s all about getting the fundamentals down before jumping into your project!
You might want to check out Access for your database needs. It lets you design custom forms easily and even create reports if that interests you down the line!
Honestly, projects like these are pretty much beginner-level. You’d be looking at building a CRUD application, which is a pretty standard project in programming tutorials. It’s typical to learn how to manage a database for storing your info, even if you plan to add everything manually. Don't confuse that with searching via an API, which is a different process altogether.
This isn't overly complex if you do some research. At its core, you're just creating a database with simple operations to log your entries. It’s manageable and a great way to learn!
First off, have you thought about using a spreadsheet? It might be easier than jumping straight into an app if you're just starting out. This could help you organize your data before you dive into coding.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically