Essentially a clone of Wordle built using Svelte, Typescript, and Firebase.
- Note that
site/src/helper/firebase.js
needs to be filled with keys from the Firebase API in order to run
npm install
Running
npm run dev
Building:
npm run build
Deploying
firebase deploy --only hosting
- Keyboard / display showing used letters
- Make it so that we dont poll the server each time a word is submitted
- Make logins only required after completing a round
- Facebook log in
- Playlist of past wordle words
- Share button
- Make IDs more visibile for sharing
- Implement score tracking / high scores