Note: This site is still in early development.
I am sill learning HTML, CSS and JS. For now the repo holds the data (projects.json) and the file structure only.
This is two things at once: a website and an API.
The API is a JSON file I maintain myself. It holds my projects — name, description, GitHub link, tags, category. The website reads that JSON and turns it into a clean project showcase. No backend, no framework. When I add a new project, I update the JSON, push it, and the site reflects it automatically.
It's my way of keeping everything in one place without relying on anyone else's infrastructure.
HTML / CSS / vanilla JS — GitHub Pages
Click here