Skip to content

Latest commit

 

History

History

12-react-forms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

React Forms

An app to practice input data management in React forms.

To run locally, clone the repository and navigate to the project root directory. Run the following commands in the terminal (assuming npm is installed).

npm install
npm run dev

React Forms