What I built
Popular Wordle Game using FARM (FastApi, React, MongoDB) Stack
Category Submission:
(Think Outside the JS Box)
App Link
Screenshots
Description
You have to guess 5 letters word in maximum 6 turns.
How to Play:
- Submit word by pressing
Enter
after adding 5 letters. - Press
Backspace
to remove the letter. - You can't repeat the words during multiple guesses.
- You have to submit exact 5-letter word.
Word Hints:
- Tile gets green if letter is at the right place.
- Tile gets yellow if letter is in the word but not at right place.
- Tile gets gray if letter is not in the word.
- All the used letters are printed on the keypad with colors (green, yellow, gray) as well.
Link to Source Code
Permissive License
(MIT License)
Background
(What made you decide to build this particular app? What inspired you?)
Being non-native english speaker, I love this game. It challenges me for my english vocabulary. I play this game a lot. I always work in JS Stack. But this hackathon motivated me to try another stack outside JS. So, I built this game using FARM stack.
How I built it
(How did you utilize MongoDB Atlas? Did you learn something new along the way? Pick up a new skill?)
I stored all the words for my game in the MongoDB Atlas Database. I learned how to use MongoDB with Python. I learned FastApi and Python during this hackathon.
Frontend --> React
Backend --> FastApi
Database --> MongoDB Atlas
Deployment --> Vercel
Additional Resources/Info
Article on FARM Stack by MongoDB
Top comments (0)