Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A VS Code / One Dark inspired developer portfolio app built with React and TypeScript.
vscode-portfolio is a developer portfolio website template that recreates the look of the VS Code / Atom One Dark editor interface, built with React and TypeScript. It is a Jamstack site that you can run locally with a simple npm workflow and deploy as a static website.
vscode-portfolio is a personal portfolio web application designed to showcase a developer's projects and skills inside an interface styled after the VS Code and Atom One Dark theme. It takes your personal and project content from the source code and renders a static website that runs entirely in the browser. The template is authored by Çağlar Turali (GitHub user caglarturali) and distributed as a public GitHub repository, though it is now marked as no longer maintained.
To run vscode-portfolio locally, clone the repository and install dependencies using npm install, then start the development server with npm start. The repository provides these commands in its README, making setup straightforward for anyone with Node and git installed. Because it is a static Jamstack site, the same files can be built and deployed to any static hosting service.
No. The repository README opens with a warning that the project is no longer maintained. That means you should expect no future updates or bug fixes, but the source code remains available for you to use and fork.
It uses React and TypeScript for the front-end, and integrates two libraries: typed.js for typing animations and multilanguage-hello-json for multilingual greeting text. The result is a static website suitable for Jamstack hosting.
You need Node and git installed. Clone the repository, run npm install to install dependencies, and then run npm start to launch a development server. The README lists these exact commands.
Yes, because it is a Jamstack application that builds to static files. You can use GitHub Pages, Netlify, Vercel, or any similar service.
No. All content is served as static files; there is no database or server-side logic. You edit the content directly in the source code.
