Simple home page written in react using Next.js
Search bar allows for prefix based searching, where prefixes can change the end url destination
All search settings is stored on your browser in localStorage
Ctrl + Enter
to open in new window
Ctrl + .
to pull up the settings
Run development server with
npm run dev
and it view on http://localhost:3000