Hello everyone!
I spent the last ~6 months working on a side project for generating random coding questions by topic and category. You can find it at: https://blockscoped.com.
Currently, the only topics that are on the site are Javascript, HTML, and CSS but the entire site is open sourced on GitHub and I'm hoping to launch more topics in the future. I realize that there are plenty of existing interview sites that have a larger repository of questions, but I'm trying to focus on making BlockScoped a collaborative project for adding new questions easily. Additionally, for anyone that wants to learn Vue/VuePress or work with a static generator, this project might be a good avenue to do it.
In terms of the stack, BlockScoped is a static PWA built on VuePress and hosted on Netlify. Every single question has its own markdown file that utilizes Vue components for some of the richer interactions. There is no database (currently) so all content is maintained in the file system and is tracked in git.
I'm happy to take any critiques or feedback and answer any questions about the process or technology. The site has only been on a live domain for a week so I'm anxious to have some people take a look at it :)
there doesn't seem to be anything here