Frontend Mentor Challenge
This is my solution to the Frontend Mentor Browser Extensions Manager UI challenge.
I implemented the project mostly according to the design and functionality provided in the challenge.
- Toggle extensions between active and inactive states
- Filter extensions (active/inactive)
- Remove extensions from the list dynamically
- Switch between light and dark themes
- Responsive layout for desktop and mobile
- Hover states for interactive elements
- Dynamic rendering of cards from JSON data
- Focus states for some interactive elements (still a minor issue with styling)
- HTML5
- CSS3
- JavaScript (Vanilla)
- Bootstrap for toggle switches
- Clone this repository:
git clone <browser-extension-ui>