Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"],
},
];
];