Inspiration
At first we wanted to create a vocabulary game similar to Wordle, but we were having trouble easily finding a large bank of words to use in our program, so we decided to make one ourselves.
What it does
The web app uses an API to fetch a large bank of words from which our program returns a comma-separated list of words based on the parameters provided by the user.
How we built it
We used HTML, CSS, and JavaScript.
Challenges we ran into
We had some trouble in figuring out to easily sift through a large array of words to find words that started with a chosen letter.
Accomplishments that we're proud of
We're proud of setting a project to create and getting to the end to create the final product.
What we learned
A simple idea can turn into a really complex problem fast. We need to break down problems even if they may seem simple in our head.
What's next for String Generator
More fixes to the generator, more styling, and more optimization to the current codebase.
Built With
- css3
- html5
- javascript
- random-word-api
Log in or sign up for Devpost to join the conversation.