Center Text on Page

Center Text on Page

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
Styled Button

Styled Button

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
Background Color Toggle

Background Color Toggle

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
Character Counter

Character Counter

In this task, you will track how many characters a user types into an input field and display the count in real time.

MEDIUM
Dropdown Toggle

Dropdown Toggle

In this task, you will create a dropdown menu that opens and closes when the user interacts with it.

MEDIUM
Todo List

Todo List

In this task, you will build a simple task management system where users can add and remove items from a list.

HARD