Tutorial to launch it #58
-
Hi Pablo Thanks for sharing your nice project ! Short version of my request Could you do a quick tutorial to reproduce/do a similar visual interface ? ie icon drawer + connect each icon to a list If you have ideas of similar visual interface i could use, not necessarily exactly the same; but an interface i could easily reproduce on my website. I tried to build my own website on react but it s too complicated, couldnt get a smooth interface like you even after a full weekend working on it. usually i do data & business intelligence, not use to web dev sorry. thanks :) Long version of my request : For sure i need my own website/cloud fare, I am looking to launch the visual interface in vue, not the part where you gather data from Github, by visual interface i mean the system of the moving icon, each of them correspond to a list. My idea is to link the icons to a small database with newspaper articles, youtube videos etc, to organize the useful content i find online. It s more for my personal usage than sharing it with people, i cant find a useful system to for example gather all interesting articles/documentary about Technology in China. Every week i read newspaper, if i find something interesting about the topics i follow (china would be 1 icon on the visual interface, football another one etc), i would write the article name/date/newspaper in a google sheet database, connecting the visual interface to the database would allow me to easily track the articles i liked, organized by themes. I wanna connect the visual interface to my small database & icon to use it as a small tool to visualize some info , with the principle of the vue interface EDIT : i am currently learning the basic of Kotlin, since i couldnt get a productive result with javascript to build a convenient website, from what i understand you use vue js for your interface , so i guess i could get a similiar interface working with either kotlin or js, am i right ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, You could run the frontend easily, but I don't think that would be any help for you. Modifying my repo for your use would need a full rewrite. If no existing solution fits your needs, you could indeed try to do something similar to StarryLines.
So, I guess you could run a Cloudflare edge function to query Google Sheet API if it exists, or similar. Regarding the vue app, it's quite simple I didn't want to reinvent the wheel for my simple needs. So I used ready-to-use components, |
Beta Was this translation helpful? Give feedback.
Hi,
You could run the frontend easily, but I don't think that would be any help for you. Modifying my repo for your use would need a full rewrite.
If no existing solution fits your needs, you could indeed try to do something similar to StarryLines.
What might be relevant:
StarryLines/src/main/vue/src/components/DataTable.vue
Lines 157 to 162 in 7bd20b3