An Instagram-like infinite scroll feed for tech content.
Built with vanilla HTML, CSS, JavaScript — it fetches live articles from Dev.to & GitHub Trending Repositories, with mock data fallback for a smooth experience.
- 🔄 Infinite scroll (auto-load more posts as you scroll)
- 🔍 Live search (filter posts by title, description, or tags)
- ❤️ Like button with animation & real-time like updates
- 📂 Tech topics (AI, Web Dev, Cybersecurity, Cloud, Quantum, etc.)
- 📱 Responsive design (mobile-friendly)
- 🎨 Instagram-like UI with smooth animations
I also created a YouTube video demonstrating this project:
👉 Watch the video here
- HTML5
- CSS3 (custom styling, animations, gradients)
- JavaScript (ES6)
APIs used:
- Dev.to Articles API
- GitHub Search API
- Mock posts generator (for fallback + demo data)
- Clone this repo:
git clone https://github.com/your-username/Infinite-Scroll.git cd Infinite-Scroll - Open
index.htmlin your browser. - Scroll down to load posts infinitely 🔥
- Implemented infinite scroll logic using JavaScript.
- Worked with third-party APIs (Dev.to, GitHub).
- Improved DOM manipulation & event handling skills.
- Learned to design a responsive and modern UI.
- Gained experience with mock data for fallback/demo.
