diff --git a/.vscode/settings.json b/.vscode/settings.json index 12dd628..81f11fa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,5 @@ "[svelte]": { "editor.defaultFormatter": "svelte.svelte-vscode" }, - "cSpell.words": ["kokoro"] + "cSpell.words": ["Kahoot", "kokoro"] } diff --git a/jsconfig.json b/jsconfig.json index d9b4e58..592b971 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -26,10 +26,10 @@ "types": ["svelte", "estree"], "exclude": [ "node_modules", - "package.json", - "package-lock.json", - "src/Confetti.js", - "" + "**/node_modules/*", + ".git", + "**/*", + "!src/wordle/**/*" ] } } diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..efbb452 --- /dev/null +++ b/readme.md @@ -0,0 +1,19 @@ +# ClassRoomStuff + + + +A collection of awesome tools, games, and more — made to be used in any classroom! + +A project by [RezHackXYZ](https://rezhack.xyz) for [Neighborhood](https://neighborhood.hackclub.com/) + +[Try Now](https://edu.rezhack.xyz/) • [Repo for Kahhot Clone in the project](https://github.com/RezHackXYZ/KahootClone) + +--- + +## The "Stuff" in it + +1. **DaKahootClone** — The best ever kahoot clone (code in [different repo](https://github.com/RezHackXYZ/KahootClone)) +2. **Timetable** — Clock included! +3. **Name selector** — For any class activity! +4. **Wordle** — Challenge your vocabulary! +5. **Announcer** — To shout from the speakers! diff --git a/src/SelectionMenue/TypeSelector.svelte b/src/SelectionMenue/TypeSelector.svelte index 2c4d12b..f25b747 100644 --- a/src/SelectionMenue/TypeSelector.svelte +++ b/src/SelectionMenue/TypeSelector.svelte @@ -4,15 +4,38 @@ A collection of awesome tools, games, and more — made to be used in any classroom! +