You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ You can check out the live version here:
16
16
## 🛠️ Built With
17
17
***HTML5** - Structuring the dropdown button and unordered list.
18
18
***CSS3** - Custom styling, text centering, borders, and dark gradient background.
19
-
19
+
***JavaScript** - Dynamic active states and dropdown toggle handling.
20
+
20
21
create a custom dropdown menu that lets users select an item from a list. The dropdown should have a default state showing a placeholder text, an open state revealing all options, and a selected state where the chosen item is displayed. When an item is selected, the dropdown closes, and the selected item is highlighted.
21
22
22
23
This project will help me practice DOM manipulation, event handling, and creating responsive and interactive elements with JavaScript.
0 commit comments