scrimba
Code with AI
Games, Apps and more
SnapStash Chrome extension - part 2
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

SnapStash Chrome extension - part 2
AboutCommentsNotes
SnapStash Chrome extension - part 2
Expand for more info
prompts.md
run
preview
console
## Prompt 1
I want to create a shopping list Chrome extension using HTML, CSS, and JavaScript.
The extension should let users save the URL of the current browser tab.

When a user opens the Chrome extension on a page with an item they like,
they should be able to select a category and then click a "Save Item" button
to add the tab's URL to a list displayed below. The shopping list should display
each item's link next to the category.

The categories to select should be "Books, Clothes, Shoes, Electronics, Pets, Health".

Please suggest a step-by-step guide to help me get started.
Console
/popup.html
-13:27