I'm trying to create a website where users can browse items from what I'm calling the 'Google database' and save them into their personal folders. Is this feasible with a browser extension or through some other method? How would I go about achieving this?
3 Answers
It sounds like you're aiming for a project similar to Pinterest, but you might want to start with the basics first. Before diving into something complex like accessing a large database, try building a simple to-do list app—first locally, then explore cloud storage options. It’ll really help you grasp the fundamentals of programming and user data storage.
I get that it can be overwhelming to figure out where to start, especially if your current skills are limited to something like Notion formulas. What programming language you pick can depend on your objectives. A good start could be JavaScript, which is widely used for web development. As for code editors, try using Visual Studio Code—it’s user-friendly and popular among developers.
When you mention 'Google database,' are you referring to specific data that Google provides through APIs? Most platforms have APIs that allow you to access and manipulate their user data programmatically. If you're just starting out, I recommend focusing on learning programming basics, which will help clarify how you can work with APIs.
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