In this project, I practice to understand how forms are built in React and learn to avoid common pitfalls.
- Clone repository
git clone https://github.com/nh-g/form-validation.git - Open the terminal and navigate to the folder where the project is located.
- Install dependencies:
npm i - Run npm scripts:
npm start - Open http://localhost:3000 to view it in the browser.