You have 24 hours to create a CRUD application.
Which tech stack would you use?
Which tech stack would you use?
Comments
Frontend: Shadcn + NextJ
2 hour(depends on your database schema) is more than enough for a decent and basic CRUD application. 🙌
Maybe add something like Laravel Nova or Filament.
Honestly, it depends on how simple or complex this "CRUD application" needs to be.
Ionic React/HoneyJS/Postgres
Reason being:
- Ionic React forces me to build mobile first with the opportunity to deploy cross-platform web/android/iOS
- HoneyJS is my custom built library for declarative endpoints based on Postgres
- I already have Postgres DB setup and running
Also could go with Livewire
🙌