This repo was an experiment to create a simple interactive form in order to understand the React basics such as components, props, children and others.
- Clone the Project to your local desktop
git clone https://github.com/thatdania/reactForm.git
- Change into the project directory
cd reactForm
- Install all devDependencies
npm install
- Load it up
npm start
Be impressed by the simple things react can do! WHOA!