Exercise: Forms
by Tomas Trescak· React Fundamentals

0 / 3280 XP

Presentation Transcript
If you prefer text to video, check out the transcript of the presentation above

Slide 1 ----------- Part 1: Let's practice forms and handlers in React! Slide 2 ----------- Part 1: This time, you will implement the whole experience of adding a todo with text and category, ensuring that all the required data is specified. Check out the animation. If the user does not specify a text or category, you shall not add a new todo and display an error message. If the form is validated, you add the todo and ensure the rest of the functionality works as expected!

Description
All the extra information about this section

REQUIREMENTS: 1. As a user I can add new todo with text and category 2. As a user I cannot add a todo without category or text 3. As a user I see error messages when trying to insert invalid todo Make sure that all tests pass and your result behaves as the following: [https://skillpies.s3.ap-southeast-2.amazonaws.com/courses/full-stack-development/sections/exercise-forms-in-react/exercise-forms.gif]

Discuss with Others
Ask questions, share your thoughts, and discuss with other learners

Join the discussion to ask questions, share your thoughts, and discuss with other learners
Loading...
Ready ...
Content Locked
This content is only available to registered users.
Please register at the the home page.
Setup
React Fundamentals
10 points
Next.js
10 points
Advanced React
Databases
10 points
React Hooks
Authentication and Authorisation
10 points
APIs
CI/CD and DevOps
Testing React
Advanced Topics