I wanted to build a 'Jargon buster' style app.
It is easy to build in something like excel, but I'd like something that looks more professional.
It would be two / three columns. First column would be an acronym, with the second column a description. The third column would be for any other notes.
Any tips / ideas on the best way to approach this?
At present I was thinking of building a google sheet with the data. Then calling this via AJAX at the start and putting into an array / CSV. it is then working out the best way to display the data neatly and if there is a method to be able to include a textbox so the user can start typing letters and it filter the results by this. (Imagine how a filtered list in excel works)
Thanks,