From 91ba70f2fc0e6050541f08c367302b4890b54523 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 02:59:32 -0500 Subject: [PATCH] add Tauri 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..988488a8 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -431,6 +431,14 @@ export const projectList = [ "Build cross platform desktop apps with JavaScript, HTML, and CSS!", tags: ["JavaScript", "Electron", "Desktop", "Cross Platform"], }, + { + name: "Tauri", + imageSrc: "https://avatars.githubusercontent.com/u/54536011?v=4", + projectLink: "https://github.com/tauri-apps/tauri/contribute", + description: + "Tauri helps developers build smaller, faster, and more secure desktop and mobile apps with web frontends.", + tags: ["Rust", "JavaScript", "Desktop", "Mobile", "Cross Platform"], + }, { name: "Oppia", imageSrc: @@ -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 +];