I avoid using LLMs as a publisher and writer (lifehacky.net)
2 points by tombarys 34m ago 1 comments
Immediately-Invoked Function Expression (2010) (benalman.com)
1 points by motorest 2h ago 1 comments
Made a Web app for devs to share projects / find contributors
3 ReddBird 13 7/19/2025, 7:00:28 AM opensourceradar.org ↗
I had a lot of fun building it, and would love to see what the community thinking of it. I put a heavy emphasis on making the UI beautiful on both mobile and desktop.
Any feedback? Areas in which the site can improve? I’d love to hear it!
Would love to see if any devs want to assist in its further development as well.
Had a lot of fun developing this when I had some free time though, thought I’d share it to the world.
I have time to develop tomorrow and I want to make it effective.
I am new to creating design.
I plan on adding more features tomorrow, and I will use padding for them. I am adding a like feature, and a comments feature. Not sure which one to do first, but they will be there.. thanks so much for your response, that really means a lot to me
:root {
}body {
}h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
.container {
}.card {
rgba(0,0,0,0.08); /* Subtle shadow for "cards" / }.card:hover {
}Don't forget about responsiveness – so many people browse on their phones these days, so make sure your site looks great on any device. You could simplify the menu and perhaps make the header a bit smaller, maybe even add a logo instead of just text. Overall, these changes shouldn't take too long. Swapping out colors and adding padding is probably just 1-2 hours. Improving the cards and optimizing tags – another 2-3 hours. Navigation and responsiveness are a bit more complex, maybe 3-4 hours. And then you can add the fine details, like animations, which might take 4+ hours. The main thing to remember is: "less is more." Even small tweaks can make a huge difference!