From 19e93e2d47eae19d7b4f6f05361577804183fe1a Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:50:43 -0500 Subject: [PATCH] add Bun project suggestion --- src/data/projects.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..53fc9a09 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -330,6 +330,14 @@ export const projectList = [ description: "Node.js JavaScript runtime.", tags: ["JavaScript", "Node.js", "Runtime"], }, + { + name: "Bun", + imageSrc: "https://avatars.githubusercontent.com/u/108928776?v=4", + projectLink: "https://github.com/oven-sh/bun/contribute", + description: + "Bun is an all-in-one JavaScript runtime, bundler, test runner, and package manager.", + tags: ["JavaScript", "TypeScript", "Runtime", "Bundler", "Testing"], + }, { name: "Semantic-UI-React", imageSrc: "https://reactnative.dev/img/header_logo.svg", @@ -1458,4 +1466,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];