mikkelsvartveit / splitlist

Web app for quickly creating, sharing and collaborating on lists. Built with vanilla Javascript and PHP.
https://list.misva.me
26 stars 2 forks source link

Consider rebuilding on a framework #1

Closed evansharp closed 4 years ago

evansharp commented 4 years ago

I saw your post on Reddit. IF you wanted to take this big, which I think you could, I have a few big-picture suggestions:

To abstract your routes and database work, have a look at an ultralight framework like http://flightphp.com/ / https://github.com/mikecao/flight.

You could branch your project where it is, put the branch on Composer, require Flight, and just port your pages as a route.

mikkelsvartveit commented 4 years ago

Interesting, thank you for the suggestion!