scrimba
Learn React for free
React Todo App - Phase 1
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

React Todo App - Phase 1
AboutCommentsNotes
React Todo App - Phase 1
Expand for more info
index.js
run
preview
console
// From scratch, initialize the React app
// Render an <App /> component
// Create the <App /> component from scratch
// Have the <App /> component render 3 or 4 checkboxes with paragraphs or spans next to it
// like you're making a todo list with some hard-coded items on it
Console
index.html
-2:31