Skip to content

Commit 1c5b815

Browse files
authored
Merge pull request #539 from nishanroy561/add_6_projects
Add Svelte, FastAPI, Godot Engine, Hugo, Mattermost, and Terraform projects
2 parents 2f93583 + ee04fa3 commit 1c5b815

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

src/data/projects.js

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,4 +1402,60 @@ export const projectList = [
14021402
"Typescript",
14031403
],
14041404
},
1405+
{
1406+
name: "MeiliSearch",
1407+
imageSrc: "https://avatars.githubusercontent.com/u/43250847?s=200&v=4",
1408+
projectLink: "https://github.com/meilisearch/meilisearch",
1409+
description: "A lightning-fast search engine API that brings AI-powered hybrid search to sites and applications.",
1410+
tags: ["Rust", "Search", "AI", "API"],
1411+
},
1412+
{
1413+
name: "Svelte",
1414+
imageSrc: "https://avatars.githubusercontent.com/u/23617963?s=200&v=4",
1415+
projectLink: "https://github.com/sveltejs/svelte",
1416+
description: "Cybernetically enhanced web apps. Svelte shifts that work out of the browser and into a compile step.",
1417+
tags: ["JavaScript", "TypeScript", "Frontend", "Compiler"],
1418+
},
1419+
{
1420+
name: "FastAPI",
1421+
imageSrc: "https://avatars.githubusercontent.com/u/32770743?s=200&v=4",
1422+
projectLink: "https://github.com/tiangolo/fastapi",
1423+
description: "FastAPI is a modern, fast (high-performance), web framework for building APIs with Python.",
1424+
tags: ["Python", "API", "Web Framework", "Async"],
1425+
},
1426+
{
1427+
name: "Godot Engine",
1428+
imageSrc: "https://avatars.githubusercontent.com/u/671318?s=200&v=4",
1429+
projectLink: "https://github.com/godotengine/godot",
1430+
description: "Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games.",
1431+
tags: ["C++", "Game Development", "Game Engine", "GDScript"],
1432+
},
1433+
{
1434+
name: "Hugo",
1435+
imageSrc: "https://avatars.githubusercontent.com/u/1048514?s=200&v=4",
1436+
projectLink: "https://github.com/gohugoio/hugo",
1437+
description: "The world’s fastest framework for building websites.",
1438+
tags: ["Go", "Static Site Generator", "Web"],
1439+
},
1440+
{
1441+
name: "Mattermost",
1442+
imageSrc: "https://avatars.githubusercontent.com/u/9131861?s=200&v=4",
1443+
projectLink: "https://github.com/mattermost/mattermost",
1444+
description: "Open source platform for secure collaboration across the software development lifecycle.",
1445+
tags: ["Go", "React", "Chat", "Collaboration"],
1446+
},
1447+
{
1448+
name: "Terraform",
1449+
imageSrc: "https://avatars.githubusercontent.com/u/11051457?s=200&v=4",
1450+
projectLink: "https://github.com/hashicorp/terraform",
1451+
description: "Terraform enables you to safely and predictably create, change, and improve infrastructure.",
1452+
tags: ["Go", "Infrastructure as Code", "DevOps", "Cloud"],
1453+
},
1454+
{
1455+
name: "Ansible",
1456+
imageSrc: "https://avatars.githubusercontent.com/u/1507452?s=200&v=4",
1457+
projectLink: "https://github.com/ansible/ansible",
1458+
description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.",
1459+
tags: ["Python", "Automation", "Configuration Management"],
1460+
},
14051461
];

0 commit comments

Comments
 (0)