How Can I Create a Personal Logging App for Movies, Games, and Books?

0
13
Asked By CreativeSquirrel27 On

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

Answered By LearningLlama On

Start with FAQs and learn a basic programming language first. It’s all about getting the fundamentals down before jumping into your project!

Answered By DatabaseDude On

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!

Answered By TechieTurtle On

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.

Answered By SimpleCoder21 On

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!

Answered By CodeWizard88 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.