Better UI for Everything search over web.
Initial rough draft of the application.
- Run
node index
as a proxy server to get around the issue of CORS. - Change the hard-coded URL and port in
index.js
andsearch.js
- Landing url is:
IP_ADDRESS:PORT/index.html
.
- Add search filters into the UI.
- Different views - list view, details view, large/medium/small view.
- Replace table with cards.
- Overhaul the UI into a modern responsive design.
- Port the website to react framework for a streamlined SAP.
- Integrate the app into the default Everything server.