GoLearn - A Learning Website

This project is live here GoLearn.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Folder Structure

GoLearn/src
├── ...
├── components  
│   │   ├── InputFields
│   │       ├── NameField.js
│   │       ├── InterestField.js
│   │       ├── NameField.js
│   ├── Register.js
│   └── Success.js
├── App.js
├── index.js
├── ...
└── ...