DarrenZLew / FantasyFitness-1.0

4 stars 1 forks source link

Iss21 #35

Closed rruenroeng closed 7 years ago

rruenroeng commented 7 years ago

Added all of the basic things needed to get the profile form set up.

sandasai commented 7 years ago

Don't merge yet.

Right now, in the root directory, you are including a bunch of other files including node modules folder. You need to untrack and remove all files/folders in the root directory except the server and client folders. Try git rm for removing and untracking files and folders.

rruenroeng commented 7 years ago

I think this was a result of upgrading npm

rruenroeng commented 7 years ago

Updated

rruenroeng commented 7 years ago

I made a few more changes. Could you please review. Profile should now have email validation, handle the various field types, and not show any errors.