gbdev / homebrewhub

A digital repository of of homebrews, patches, hackroms for old consoles. Provides community submission, tagging and rating features.
https://hh.gbdev.io
GNU General Public License v3.0
46 stars 9 forks source link

Add simple search #51

Closed oshf closed 3 years ago

oshf commented 3 years ago

Adds simple case insensitive search functionality that looks at a games title, developer, and tags.

Fixed the indentation issues. There was a mix of spaces and tabs due to using the default indent mode on GitHub's web editor.