This small application performs a few small tasks:
- It pulls content from my blog using the Blogger API.
- It accepts phrases typed into the search box below (e.g. PHP).
- It makes suggestions through the blog entry title for the next step, and allows the user to select one of those titles.
- Once a title has been selected, it is used to provide results from the Brave search API.
- The results are also links.
See the code for this site on GitHub