you can find Okay-POS running at https://okay-pos.vercel.app/. Note the cloud database needs to be migrated to a new host for full functionality.
Okay-POS is a small front-end project I made up to learn about a few technologies I'm interested in:
I used Vercel to host and build the app straight from this GitHub Repo. They offer such a nice, accessible service to people starting out in web development.
Svelte proved to be very easy to pick up considering I had little front-end experience. I can understand why it's topping the web framework category on the Stack Overflow Survey.
Tailwind also proved to be very easy to pick up. It's quite intuitive and composable. Looking forward to using it again, there are so many other nice features that make professional front end development so accessible.
Hasura offers an easy UI to add/configure public API limits.
I would definitely like to learn how to do this programmatically in the future.