You are browsing as a guest. Sign up (or log in) to start making projects!

wiiuavi

@wiiuavi

Joined June 9th, 2026

  • 30Devlogs
  • 7Projects
  • 7Ships
  • 75Votes
Ship Pending review

Just a simple way for me to sync my hackatime entries into toggl track. I don't think its fully accurate but will see in time.
this script will take your hackclub userID and toggltrack (a time tracking suite) API key, then add entries under a "hackatime" project. Also an excuse for me to put my github actions from the student dev pack to use. Pls se the video, it sumarises the project itself.

  • 1 devlog
  • 1h
Try project → See source code →
Open comments for this post

6h 23m 47s logged

YOOO things r looking up
search bar functional now
i was having a really hard time deciding what to do for filters/tags (it makes sense to make a vegan tag, then filter for items that are vegan, but what about any item that has diary? it would look cluttered/complicated if you “exclude” tags - this is meant to make ordering quick and simple.)
and icons? do i provide vegan/vegetarian/nut product tags? what if its a vegetarian restaraunt or a steakhouse, both extremes may not need the tag)

so my fix? ignore the problem entirely. Now, the restaraunt admin may create tags and apply their own image with it.

also redid the management UI
before, you toggle tabs on or off, and it became very messy very fast. each tab could only have 50% of the screen max at a time, and some of the things there (like tag editor, and menu editor) would not be used often. It made much more sense for eaach button to switch to its own menu

tag menu revamp, you can create tags, click on it edit (incl add/remove items) and you can also do this from the add/edit item menu

in the images below, i made the tag some random google image, but ideally the restaraunt would have their own or use proper transparent stock icons.
next additions to add: i wanna make the filter menu more compact, maybe only show it upon user request, as a lot of tags may take up space quick (im thinking of a button that upon press will shove out all the tags horizontally)
also ive realised its very annoying to login to the panels, both kitchen and management/till, since enter key doesnt actually login, you press the button, but also need to keep in mind that in the kitchen, the screen may not be interactable (i havent been in a restaraunt kitchen, idek if they have screens)
idk how to solve this, do i add a numpad and make the password numerical? what if they dont have that either? they cant even mark the things as done?

maybe ill make a management thing or a “readonly” kitchen panel, and management panel will be the main way to complete orders. like how does a kitchen cleanly transition from using paper slips to reading orders of a screen? what if the screen is a monitor or tv hooked up in the cornner?
anyways this took time
maybe i take a break and work on another proj in mind, idk. holy yap i gotta wrap this up

0
0
2
Open comments for this post

1h 55m 47s logged

Like bro cmon bro like bro
So using trying to get docker working for the first time, and AI suggested i use a .env file since imma be serving the thing to diff clients and each will have their own logo/theme/passwords ect
and i still dont fully know why (cus the html/css/js files lie in the same place as the .env file) but the js cant directly access it, so i wrote a quick api that would pass through the required parameters.

next steps are making a filter/tag/search system for the menu, idk why i put it off

(no image cus evrything looks the same, srry)

0
0
5
Open comments for this post

1h 55m 21s logged

getting ready to make it easy to deploy diff versions for diff clients.
added a navbar to hold the logo and client name
made it easy to change the theme of the site
added sessionStorage so users can exit the menu/refresh/switch wifi or smthng idk
all in prep for getting docker ready
oh and added fix for orders coming in at the same time (called write ahead logging)
This isnt what the menu will look like, demoing the modular themes

0
0
5
Open comments for this post

2h 37m 19s logged

Fixed up the edit menu from last time. Now the table number for an order is locked. You can also add notes for items and inc/reduce count.
the kitchen panel will now show a timer for each order, how long ago they were ordered, and sorted by oldest first.
the menu now also has an easier way to increment item count, made better for mobile. (has a few iterations of this)
oh also removed any signs of the previous clientside password.
and some backend stuff

0
0
4
Open comments for this post

2h 28m 8s logged

For some reason, while i was making the password lock, i made it client side cus any skids who were tryna troll would be on their phones anyway. I only realised now that if these panels could edit orders, then there could be a lot more issues if someone took the time to login to the panel at home on a pc. So i spent the time to make both kitchen and management/till passwords server side. And i started on edit functionality for orders.

ok im editing this, IDK what i was on, but the first box is for the table number, but the chance you will need to change the table for an order is basically 0. yea imma fix tht next.

0
0
4
Ship ✨ Blessed

Made an informal portfolio site. This ship was more about fixing the things that I got wrong last time after looking at feedback (mobile support, sounds, favicon, more stuff, more projects, links dont work, boxes overlap each other, ect)
Its minecraft themed :)
best experience on pc but now mobile can enjoy too!
Oh and maybe domain too!

  • 3 devlogs
  • 6h
  • 10.23x multiplier
  • 76 Stardust
Try project → See source code →
Open comments for this post

1h 9m 40s logged

Added sounds, both for mobile and pc (spent a lot of time trynna make it work out the box, but sound needs user interaction to work, so js dropped it.
added slideshow img too, and favicon (small stuff here and there)

0
0
7
Open comments for this post

2h 36m 40s logged

fixed a lot of bugs that arised from previous commit and rest of the reviews. made the hamburger button actually work, game mobile some hovers which actually worked, fixed the more coming soon overlay, basically everything in the last devlog but way better.

0
0
5
Open comments for this post

2h 20m 37s logged

I spent way longer than i shouldve fixing some bugs, made a hamburger menu for mobile, also gave mobile some of the pc animations. I spent quite a while trying to fix the scrollshow at the bottom, even with ai, it wouldn’t work, idk why.
also made it way easier to add projects easily and made everything neater, following vote reviews

0
0
4
Open comments for this post

3h 26m 3s logged

reworked a lot of the backend, add a whole price and image bit, made lots of quality of life updates:
chefs can cross out what has been cooked
each non personnel page is locked behind a password
readability is way better, hid not so often accessed menus behind a toggle
Made the order complete show a new page, and not keep them on the order page
can also edit items directly, rather than del/add them

will add some way to change passwords.
will also fix images, as it looks so buns rn
oh and add a way to edit orders, so you can still get your drink

0
0
1
Open comments for this post

1h 17m 12s logged

partially finished the management panel. Will a way to remove items from menu completely, edit existing orders, password similar to kitchen, some way to generate QR codes on the fly, incase tables ones get damaged.

0
0
2
Open comments for this post

4h 7m 34s logged

Got a barebones customer menu, can make orders rn.
Also got a basic kitchen menu, to see/complete orders and mark things out of stock.
Got a python script that handles evrything, changes db accordingly. Working on a management panel now
first time using FastAPI and pydantic, so a small learning curve

0
0
3
Open comments for this post

1h 15m 3s logged

Added very buggy but somewhat working enchatment section to give icons a glint, only works with images, not autofetched favicons and some other small cases
updated readme
make it an extension so it works on your newTab page, and it also uses storage rather than cache if it can, to avoid you losing ur inv
addin armour next

0
0
3
Ship

I made a minecraft themed newtab tab. Its main feature is the inventory, where you can assign each slot its own icon, bookmark, or image of choice. the recipie book contains settings and notes on useage, I would strongly advise people to clone the repo and adapt to their liking, and because it will be faster/work offline, but the req of the site include deployment.
Try to add a bookmark in hotbar slot 5!
hardest part of this was aligning everything as perfect as possible.
PLS SHIPWRIGHTERS open the inventory, its consists of the majority of the project. IK the actual homepage itself looks dry, but my goal included clearing out shortcuts on the tab, and being able to click / to type is just such a nice mechanic.

Try project → See source code →
Ship ✨ Blessed

I made a File encryption and file splitting program in python. This could come in handy if the massive 200gb free cloud storage plans appeal to you but the "we get to sell your data" doesn't. This is windows only tested but i got a demo vid goin in the readme and it prolly works elsewhere. It may look ugly, be better ugly than your files leaked right? (ok ill stop now mb gng)

  • 5 devlogs
  • 9h
  • 14.85x multiplier
  • 154 Stardust
Try project → See source code →
Open comments for this post

3h 9m 24s logged

Fixed everything. Added a GUI to my program with 3 main tabs.
Home tab lets you review the db storing all your keys and prior encryptions
encrypt/split tab lets you encrypt and split files
decrypt/merge tab, kinda self explanatory
used tkkbootstrap
fixed up readme too
added a progress bar, very good improvement from last time
Think im done for now

0
0
1
Loading more…

Followers

Loading…