DEV Community

Shoaeeb Osman
Shoaeeb Osman

Posted on

I Built a US News Aggregator Website Using Gemini AI (No Manual Coding!)

Hi everyone! 👋

I recently completed a simple US News Aggregator website — and here's the interesting part: I didn't write a single line of code myself!
I used Gemini AI to guide me through the entire process.

It was a really cool experience where I combined AI's coding capabilities with my ideas to bring a small project to life. 🚀

🌟 What the Website Does
It shows news articles from different sources.

You can filter news based on categories like technology, sports, health, etc.

Clicking on a news article redirects you to the original source to read the full story.

Users can comment on any news article — but for that, they need to log in (either using username/password or Google Login). 🔒

🔧 Tech Stack
I (well, Gemini AI and I) used the MERN stack:

MongoDB (Database)

Express.js (Server-side framework)

React.js (Frontend)

Node.js (Backend runtime)

🤖 How AI Helped
I relied entirely on Gemini AI for:

Setting up the backend and frontend structure

Writing all the code for authentication, fetching news, filtering by categories

Handling Google login integration

Deploying the app

It was more about collaborating with AI — giving it clear instructions and guiding the overall flow — rather than writing code line-by-line myself.

🎯 Why I Did This
I wanted to see how far AI can go in helping a beginner or non-coder build something real.
It turned out to be an amazing learning experience, and it boosted my confidence that with the right tools, building things is becoming more accessible to everyone.

🔗 Project Link
If you're curious, here's the live site:
👉 US News Aggregator

Top comments (2)

Collapse
 
nevodavid profile image
Nevo David

honestly kinda jealous of how you pulled this off without touching code, makes me wanna try letting ai do all the heavy lifting too

Collapse
 
shoaeeb_osman_e3e2ae43910 profile image
Shoaeeb Osman

Thank you! 🙌 Honestly, it was a really eye-opening experience for me too. AI made the whole process feel way less intimidating. Definitely give it a try — it's amazing what you can build when you let AI handle the heavy lifting! 🚀 I'd love to see what you create too!

OSZAR »