- Free Code Camp Project
You can:
- View Tasks 📑
- Add New Task ✍🏻
- Add an ❌ to Task
-
Cross line TaskonDoubleClic - Delete Tasks 🎯
- List of Todo Elements
- React Component rules
- Pass Data to Components with Props
- Map Over Array Items with the Map Function
- Get Individual Props with Destructuring
- Add New Todo List Items onSubmit
- Handle Form Submissions
- Prevent Default Form Behavior method on it called .preventDefault()
- Access Form Data on Submit event.target.elements
- State using the useState hook
- Re-renders .concat()
- Refs and useRef React.useRef() inputRef ref={inputRef}: input.ref.current,
- Essential Rules of React Hooks
- Mark Todos as Done with onClick textDecoration onClick handleToggleTodo setTodos onDoubleClic
- Handle Deleting window.confirm()