From b2991bbc2d2d884a2b9f09cc41a647d58ec846f7 Mon Sep 17 00:00:00 2001 From: Sonny Li Date: Fri, 14 Jul 2023 14:02:50 -0400 Subject: [PATCH] Update learner-projects-june.mdx --- blogs/learner-projects-june.mdx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/blogs/learner-projects-june.mdx b/blogs/learner-projects-june.mdx index faf8f35..b411699 100644 --- a/blogs/learner-projects-june.mdx +++ b/blogs/learner-projects-june.mdx @@ -9,26 +9,28 @@ tags: - Community --- -Welcome to our first edition of Learner Projects Showcase. Here are some of the most liked projects in the Codédex community last month! 🤗 +Welcome to our first edition of Learner Projects Showcase. Here are five of the most liked projects in the Codédex community last month! 🤗 + +Starting with the first one... + +![Vance](https://imgur.com/kBYvirQ.png) #### Wordle: Terminal Edition **Built by:** [@caesiumtea](https://www.codedex.io/@caesiumtea) 🇺🇲 -![Vance](https://imgur.com/kBYvirQ.png) - As part of The Legend of Python’s final project, Vance aka @caesiumtea recreated the viral New York Times game, [Wordle](https://www.nytimes.com/games/wordle/index.html), in the terminal. Instructions on how to play are in the **README** file. See if you can guess the correct 5-letter word in 6 tries! 🟩 🟨 ⬜️ 🟨 🟩 🔗 https://github.com/caesiumtea/wordle-cli/tree/codedexver --- +![Milan](https://i.imgur.com/dFDOIbV.png) + #### Swahili Flashcards **Built by:** @Milan 🇸🇮 -![Milan](https://i.imgur.com/dFDOIbV.png) - Beautiful GUI application built using Python’s tkinter, `random` module, and `pandas` library to practice Swahili on virtual flashcards. 🔗 https://github.com/MilanGrujicic/Swahili_Flashcard