All challenges
UI · Frontend challenge · Frontend UI
Counter
Difficulty
easy
Time
~15m
Format
Single
Grading
Human review
#ui#react#frontend#state#events
Mission file // read carefullyeasy
Build a Counter component.
Requirements
- Show the current count (starts at
0). +increments,−decrements,Resetsets it back to0.- The count must never go below
0.
Build it in App.js; the preview updates live.
Build with
ReactLive preview as you type
Human review
Start challenge
Sign in to save your progress.