rcos / observatory-client

Observatory's JavaScript client application
http://rcos.io
0 stars 18 forks source link

Create UserRegistration Form #139

Open ratchet12340 opened 6 years ago

ratchet12340 commented 6 years ago

What To Do

Make a UserRegistrationForm component. We will need form input fields for the following things:

How To Do

In the client directory, under src/components/ create a UserRegistrationForm.vue file. This will be very similar to the ProjectForm.vue file in that same directory. Replace the props (AKA properties/parameters) with things relevant to UserRegistration (listed above).