Exclud-a-list
- 2 Devlogs
- 4 Total hours
A website where you can create a large list of items, assign them properties, and exclude/include based on those properties (made for one really niche need)
A website where you can create a large list of items, assign them properties, and exclude/include based on those properties (made for one really niche need)
I have never touched an array before, truthfully I barely knew they existed. They are very convenient though.
I have now spent 2 hours messing with arrays trying to get the code to do what I want, with varying success.
I have successfully gotten the Items and Properties to go into their own arrays. I have gotten the Items to go into the list at the bottom, and the properties to automatically appear as checkboxes with distinct IDs.
I am currently working on making it so that when you add an item, the properties you select go into their own array within an array, and can be accessed later. While talking about this I think I figured out how to do that properly, so this dev log is basically a rubber duck and next devlog I can hopefully tell you about my successes
Hello!
This devlog, I mostly did all the HTML so I can start on the JS next log, and then do the CSS later.
It was fairly straightforward, the only issues being in deciding what needs to exist and where it needs to be placed. I think I’ve gotten all the main stuff down, and the most I will have to do is adjust placements to make things more clear later