Egrodo / synonym

Simple website that displays synonyms to a given word. My first web project, made to teach myself Javascript.
https://noahyamamoto.com/p/words.html
MIT License
2 stars 0 forks source link

Feature request: all roads lead to the finders #3

Open elbowdonkey opened 7 years ago

elbowdonkey commented 7 years ago

I'd love to click on a found word to find its synonym or antonym. Forever and ever. Maybe you could have most of the found word be clickable, leading back to its finder results, but also attach a little bendy arrow thing that when clicked on would load its definition as it currently does? Or heck, go fetch the definition and display it somewhere on the page without ever leaving.

Egrodo commented 7 years ago

@elbowdonkey Been thinking about this, I've drawn up another wireframe including an on-page definition and more visible toggle button. Although I haven't seem to find a good definition + synonym + antonym API for free. What do you think is better convention: using two separate API's or using a limited-count (100/day).