This project is live here GoLearn.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
GoLearn/src
├── ...
├── components
│ │ ├── InputFields
│ │ ├── NameField.js
│ │ ├── InterestField.js
│ │ ├── NameField.js
│ ├── Register.js
│ └── Success.js
├── App.js
├── index.js
├── ...
└── ...