
In this task, you will create a simple page layout where a single text element must be placed exactly at the center of the screen. The text should remain centered even when the screen size changes.
BASIC
In this task, you will design a button that is visually clear and easy to interact with. The button should look clickable and well-spaced.
BASIC
In this task, you will allow users to switch the background color of the page using a button. Each click should alternate between two colors.
MEDIUM
In this task, you will track how many characters a user types into an input field and display the count in real time.
MEDIUM
In this task, you will create a dropdown menu that opens and closes when the user interacts with it.
MEDIUM
In this task, you will build a simple task management system where users can add and remove items from a list.
HARD