Skip to content

Latest commit

 

History

History

form-user-input

Working with Forms & User Input

Key Topics

  • What’s Difficult About Forms?
  • Handling Form Submission & Validating User Input
  • Using Built-in Form Features
  • Building Custom Solutions

Running the Application

To run the application, follow these steps:

git clone https://github.com/ThomasCode92/react-complete-guide
cd complete-path/form-user-input   # navigate to project folder
npm install       # install dependencies
npm run dev       # start development server

Open http://localhost:5173 in a browser to view the application.