Hey everyone! I've just started a gardening project aimed at kids, and while the visuals are coming together nicely, I'm struggling with a couple of technical aspects. I want to be able to create posts for my website and have all of them stored under 'Tips'. Most importantly, I need my homepage to refresh and display the latest posts every time I add a new one, instead of just showing static cards. Any advice would be greatly appreciated! You can check out my project here: https://angelyxxdream.github.io/mydigitalgarden/
1 Answer
Looks like you're working with a basic HTML and CSS setup. To accomplish what you're aiming for, you'll need to incorporate some backend functionality that can store your posts in a database. This will allow you to fetch and display the latest articles dynamically. If you'd like more guidance or a roadmap to learn web development skills for building more complex apps, feel free to reach out!

Instead of getting into databases right now, you might want to consider using a static site generator. It lets you easily pull in the latest posts and automatically updates them when you add new ones. It's easier to manage if you're just starting out!