This is a basic ReactJS form that takes certain user inputs and validates the inputs on submitting. Basic useState logic has been implemented and do not worry it is only a frontend project with no backend to store your information. Thank you.

How to run:

  • Open a terminal/command line in a directory where you want to save the project to
  • Checkout the project
git clone https://github.com/chrisblakely01/basic-react-forms.git

  • Navigate to project in the terminal
  • Install the project:
npm install
  • Start the project
npm start