I also uploaded everything to github and made the readme
Build a desktop app to show what music is playing and detect its genre in real time, in a clean overlay-style UI.
Working MVP:
To Do
To Do
Current Features
To Do
Completed
To Do
I added a view BOM using a similar system but i ran in to some bugs of course, like the BOM not showing at all, styles not working.
At first i was gonna type all the BOMs in as tables one by one but i remembered you can export your BOMs or just use the ones that would of been put in the GitHub.
Once everything was looking nice and how i wanted it i did the slower part and copied and pasted it for each and every project and filled in their info.
I filled in everything except for the pricing and times on the blueprint and flavortown projects. Additionally i have to upload the BOMs and journals for those projects as well.
To Do List:
Made the project list, and added a Status bar, links to github and hackclub sites, when you click on the project itself it takes you to its own page.
I made the stasis page but only with the stopwatch on it so far.
its the same setup but i added a total time, cost and the journals.
For the journals i used zero-md.
Heres the code for that if you wanna use it yourself:
<head>
script type="module" src="https://cdn.jsdelivr.net/npm/zero-md@3?register"></script>
</head>
<body>
<div class="journal">
<details>
<summary>View Journal</summary>
<zero-md src="journals/Desktop-Stopwatch-JOURNAL.md">
<template data-append>
<style>
img {
max-width: 20% !important;
width: 100% !important;
height: auto !important;
display: block !important;
margin: 10px 0 !important;
}
</style>
</template>
</zero-md>
</details>
</div>
</body>