Skip to content

feat: Implement basic web search UI in serve.py#7

Open
oasis-parzival wants to merge 1 commit intoMakiDevelop:mainfrom
oasis-parzival:jarvis-fix-1775327598
Open

feat: Implement basic web search UI in serve.py#7
oasis-parzival wants to merge 1 commit intoMakiDevelop:mainfrom
oasis-parzival:jarvis-fix-1775327598

Conversation

@oasis-parzival
Copy link
Copy Markdown

Closes #4

This PR adds a simple, self-contained web UI to the serve.py application, allowing users to perform searches directly through a browser. The UI is implemented with inline HTML, CSS, and JavaScript to avoid any external dependencies or build processes, focusing on a clean and functional design similar to Hacker News. It directly calls the existing /search endpoint and displays results in a readable list format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add simple web UI for search

1 participant