diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..8b48ff94 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,23 @@ 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 + { + name: "AI Language Partner", + imageSrc: "https://avatars.githubusercontent.com/u/280634153?s=200&v=4", + projectLink: "https://github.com/duct-tape2/ai-language-partner", + description: + "Local-first Japanese speaking practice for Korean learners with browser-friendly language review, documentation, accessibility, API, and test issues.", + loadIssues: true, + tags: [ + "TypeScript", + "Python", + "React Native", + "FastAPI", + "Education", + "Japanese", + "Korean", + "Accessibility", + "Good First Issue", + ], + }, +];