-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Lilybird1/patch-6
Create 5-learner-projects
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
title: "Top 5 Learner Projects (July 2023) 🤗" | ||
description: Welcome to our first edition of Learner Projects Showcase. Here are some of the most liked projects in the Codédex community this month! | ||
author: Lillian McVeigh | ||
dateCreated: 2023-07-11 | ||
tags: | ||
- Community | ||
--- | ||
|
||
|
||
## Wordle: Terminal Edition | ||
### Created by [@Vance](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! | ||
|
||
🟩🟨⬜️🟨🟩 | ||
|
||
Project link: https://github.com/caesiumtea/wordle-cli/tree/codedexver | ||
|
||
<insert img> | ||
|
||
## Swahili Flashcards | ||
### Created 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 | ||
|
||
<insert img> | ||
|
||
## League of Legends Sign up Page | ||
### Created by @LichKing | ||
|
||
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. | ||
|
||
Source code here: https://github.com/Kingofprund/LOL-register | ||
|
||
<insert img> | ||
|
||
## Raspberry Pi Project | ||
### 🏮Built by @Gonzo | ||
|
||
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! | ||
|
||
Watch the video to couple with the explanation, it’s all there! | ||
|
||
Project link: | ||
|
||
<Embed video/img> | ||
|
||
|
||
## Anime Quiz Database | ||
### 🇺🇲Built by @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. | ||
|
||
Project link: https://anime-quiz-data.web.app | ||
|
||
<insert img> | ||
|
||
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! =) | ||
|