Skip to content

Commit

Permalink
Update: learner projects june blog to include button like links
Browse files Browse the repository at this point in the history
  • Loading branch information
Goku-kun committed Jul 14, 2023
1 parent c4dd391 commit 89c1582
Showing 1 changed file with 44 additions and 13 deletions.
57 changes: 44 additions & 13 deletions blogs/learner-projects-june.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:
- Community
---

Welcome to our first edition of Learner Projects Showcase. Here are five 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...

Expand All @@ -22,20 +22,34 @@ Starting with the first one...

As part of The Legend of Python’s final project, Vance aka @caesiumtea recreated the viral New York Times game, Wordle, 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
<div style={{ display: "flex", justifyContent: "center" }}>
<a
className="nes-btn is-success"
href="https://github.com/caesiumtea/wordle-cli/tree/codedexver"
>
View Project
</a>
</div>

---

#### Swahili Flashcards

![Milan](https://i.imgur.com/dFDOIbV.png)

**Built by:** @Milan 🇸🇮
**Built by:** @Milan 🇸🇮
**Tools:** Python, `random`, `tkinter`, and `pandas`

Do you want to learn another language? Here's a beautiful GUI (Graphical User Interface) application created using Python’s `tkinter` and `random` module, and `pandas` library to practice Swahili on virtual flashcards.
Do you want to learn another language? Here's a beautiful GUI (Graphical User Interface) application created using Python’s `tkinter` and `random` module, and `pandas` library to practice Swahili on virtual flashcards.

🔗 https://github.com/MilanGrujicic/Swahili_Flashcard
<div style={{ display: "flex", justifyContent: "center" }}>
<a
className="nes-btn is-success"
href="https://github.com/MilanGrujicic/Swahili_Flashcard"
>
View Project
</a>
</div>

---

Expand All @@ -48,21 +62,34 @@ Do you want to learn another language? Here's a beautiful GUI (Graphical User In

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 HTML/CSS online code editor and input the HTML code.

🔗 https://github.com/Kingofprund/LOL-register
<div style={{ display: "flex", justifyContent: "center" }}>
<a
className="nes-btn is-success"
href="https://github.com/Kingofprund/LOL-register"
>
View Project
</a>
</div>

---

#### Raspberry Pi Project
#### Raspberry Pi Project

![Gonzo](https://i.imgur.com/Ozn9N23.png)

**Built by:** [@b321gonzo](https://www.codedex.io/@b321gonzo) 🇺🇸
**Tools:** Raspberry Pi and Python

Hardware projects ftw! 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!

🔗 https://www.instagram.com/p/CtfR0SCOR9B
Hardware projects ftw! 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!

<div style={{ display: "flex", justifyContent: "center" }}>
<a
className="nes-btn is-success"
href="https://www.instagram.com/p/CtfR0SCOR9B"
>
View Project
</a>
</div>
---

#### Anime Quiz Database
Expand All @@ -74,10 +101,14 @@ Hardware projects ftw! Using [Raspberry Pi](website), Brett aka @b321gonzo imple

Using HTML/CSS and Vue.js, Austin aka @choisauce turned his passion for hosting game show panels at various anime conventions into a web app. 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.

🔗 https://anime-quiz-data.web.app
<div style={{ display: "flex", justifyContent: "center" }}>
<a className="nes-btn is-success" href="https://anime-quiz-data.web.app">
View Project
</a>
</div>

---
---

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 89c1582

Please sign in to comment.