xNS5 / rentalreviews

A simple web applicaiton for displaying reviews of local property management companies and apartment complexes
GNU General Public License v3.0
0 stars 0 forks source link

Redesign this website into an actual web application #1

Closed xNS5 closed 2 months ago

xNS5 commented 4 months ago

I realized that there are some additional features for this type of website that would be an absolute pain to implement in pure HTML/JS. Specifically, it would be helpful to have a simple table and allow the user to filter based on criteria, then navigate to the corresponding url. I could do it by jerry rigging something with Google Sheets for example, but that's just a lot of work. I think it would be cleaner to implement a true web application than hacking Zola to do what I want.