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 +];