This repo is a hodge podge of coding examples primarily meant for teaching and mentoring. Nothing is meant to be taken as production level code, but rather examples are kept simple for easier demonstration and learning.
My skill set is definitely not UI so any frontend code in here will be very rough!
This repo uses pre-commit hooks for linting rules. It doesn't have great monorepo support so you'll want to just install it from this directory, then:
pre-commit install
With that done, any commits to any project within this repo will run the linter hooks before commiting.
blog-site is a simple blogging site, with posts and comments.
The UI component of the blog site.
The data as a service backend of the blog site.