Skip to content

Commit aa44ede

Browse files
authored
Refactor README content and add JavaScript section
Updated README to include JavaScript in the built technologies section and removed duplicate content.
1 parent 28e81fe commit aa44ede

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ You can check out the live version here:
1616
## 🛠️ Built With
1717
* **HTML5** - Structuring the dropdown button and unordered list.
1818
* **CSS3** - Custom styling, text centering, borders, and dark gradient background.
19-
19+
* **JavaScript** - Dynamic active states and dropdown toggle handling.
20+
2021
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.
2122

2223
This project will help me practice DOM manipulation, event handling, and creating responsive and interactive elements with JavaScript.

0 commit comments

Comments
 (0)