A clean, responsive personal website to showcase my GitHub repositories — including Data Structures & Algorithms, C, C++, and Java practice code — in an elegant, categorized layout. Built with simplicity and performance in mind.
- 📁 Code Repository Gallery – Browse all my practice repositories (C, C++, Java, etc.)
- 🔗 Direct GitHub Links – One-click access to view each repo live on GitHub
- 🧩 Project Tags – Repositories are tagged by language/technology
- 📱 Responsive Design – Optimized for mobile and desktop
- ⚡ Lightweight & Fast – Uses plain HTML, CSS (Tailwind optional), and Vanilla JavaScript
Live Demo: https://dibyadyuti.me
- Repositories are listed in a JSON file (
repos.json
) - JavaScript reads this file and dynamically renders cards
- Each card includes:
- Repo name
- Description
- Tags (like C, DSA, Java)
- GitHub button link
- Frontend: HTML, CSS (Tailwind CSS or plain CSS), JavaScript
- Data Source:
repos.json
file or GitHub API (optional) - Hosting: GitHub Pages
Clone this repo:
git clone https://github.com/DibyadyutiDas/code.git
cd code
Edit repos.json
:
Add or remove repositories as needed.
Open in browser:
Open index.html
in any browser to see your portfolio.
Deploy (optional):
Deploy to GitHub Pages, Vercel, Netlify, or any web hosting service.
Dibyadyuti Das
Full Stack Developer | Passionate Coder | Open Source Enthusiast
🌐 Website • GitHub
This project is open source under the MIT License.