Draft: My featur
Summary
Added a new feature that allows users to search proverbs by keyword.
Changes
- Created a new
search.pymodule - Updated UI to include a search bar
- Added documentation in README
How to test
- Run
python search.py - Enter a keyword like "truth"
- Check if the matching proverb is displayed
Checklist
-
Manual verification done -
Docs updated -
Lint passes