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