Skip to content

Commit

Permalink
Update 5-learner-projects.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnynomnom authored Jul 13, 2023
1 parent 07aab5d commit 42c5fff
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions blogs/5-learner-projects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,54 @@ tags:

Welcome to our first edition of Learner Projects Showcase. Here are some of the most liked projects in the Codédex community this month! 🤗

#### 1. Wordle: Terminal Edition
### Created by [@Vance](https://www.codedex.io/@caesiumtea) 🇺🇲
#### Wordle: Terminal Edition
### Built by [@caesiumtea](https://www.codedex.io/@caesiumtea) 🇺🇲


As part of The Legend of Python’s final project, Vance recreated the viral New York Times game, Wordle. Instructions on how to play are in the **README** file. See if you can guess the correct word in 6 tries!
As part of The Legend of Python’s final project, Vance aka @caesiumtea recreated the viral New York Times game, Wordle. Instructions on how to play are in the **README** file. See if you can guess the correct word in 6 tries!

🟩🟨⬜️🟨🟩
Project demo: https://github.com/caesiumtea/wordle-cli/tree/codedexver 🔗

Project link: https://github.com/caesiumtea/wordle-cli/tree/codedexver
🟩🟨⬜️🟨🟩

---

#### 2. Swahili Flashcards
### Created by @Milan 🇸🇮
#### Swahili Flashcards
### Built by @Milan 🇸🇮

Beautiful GUI application built using Python’s tkinter, `random` module, and `pandas` library to practice Swahili on virtual flashcards.

Project link: https://github.com/MilanGrujicic/Swahili_Flashcard
Solution code: https://github.com/MilanGrujicic/Swahili_Flashcard 🔗

---

#### 3. League of Legends Sign up Page
### Created by @LichKing
#### League of Legends Signup Page
### Built by [@Adrian7](https://www.codedex.io/@Adrian7) 🇮🇷

An account register page for LoL using HTML forms and CSS, which also includes response buttons and text boxes. To run the code yourself, head over to Codédex’s editor and input the HTML.

Project link: https://github.com/Kingofprund/LOL-register
Solution code: https://github.com/Kingofprund/LOL-register 🔗

---

#### 4. Raspberry Pi Project
### Built by @Gonzo 🇺🇸
#### Raspberry Pi Project
### Built by [@b321gonzo](https://www.codedex.io/@b321gonzo) 🇺🇸

Using [Raspberry Pi](website), Gonzo implemented a feature so that if he were to press the green button, the motor would turn on at a slow speed. However, if he chooses to press it two more times, it goes from slow to medium to fast and then back to slow, and so on. The red does the same thing but in the opposite direction. If green is going and he presses red, or vice versa, the motor will stop. Pretty cool!
Using [Raspberry Pi](website), Brett aka @b321gonzo implemented a feature so that if he were to press the green button, the motor would turn on at a slow speed. However, if he chooses to press it two more times, it goes from slow to medium to fast and then back to slow, and so on. The red does the same thing but in the opposite direction. If green is going and he presses red, or vice versa, the motor will stop. Pretty cool!

Watch the video to couple with the explanation, it’s all there!

Project demo: https://www.instagram.com/p/CtfR0SCOR9B
Project demo: https://www.instagram.com/p/CtfR0SCOR9B 🔗

---

#### 5. Anime Quiz Database
### Built by @ChoiSauce 🇺🇲
#### Anime Quiz Database
### Built by [@choisauce](https://www.codedex.io/@choisauce) 🇺🇲

Using HTML/CSS and Vue.js, @ChoiSauce created the Anime Quiz Database project started from his passion for hosting game show panels at various anime conventions. Choisauce has hosted Anime Jeopardy, Anime Music Quiz, The Anime Dating game, and many other panels at cons such as Level Up Expo, Tsumicon, Shinecon, and others across the country.
Using HTML/CSS and Vue.js, Austin aka @choisauce created the Anime Quiz Database project started from his passion for hosting game show panels at various anime conventions. Choisauce has hosted Anime Jeopardy, Anime Music Quiz, The Anime Dating game, and many other panels at cons such as Level Up Expo, Tsumicon, Shinecon, and others across the country.

Project demo: https://anime-quiz-data.web.app

If you are interested in sharing your project for the Projects Showcase next month, share it in the **#projects** channel in Discord and make sure to tag @team! =)
If you are interested in sharing your project for the Projects Showcase next month, share it in the **#projects** channel in Discord and make sure to tag **@Team**! =)

Happy coding, fam.

0 comments on commit 42c5fff

Please sign in to comment.