deepanjali19 / GitHub-Dashboard

A web based GitHub Dashboard for Seneca students working on Open Source Development.
MIT License
3 stars 9 forks source link

issue2 #8

Closed ksandhu16 closed 6 years ago

ksandhu16 commented 6 years ago

I have added the homepage folder, customized the homepage with login buttons. I am just unsure how to use the input tags to make a user sign into GitHub. @jagmeetb If you can kindly review my code and make changes accordingly that will be very helpful. #4

jkmdev commented 6 years ago

Something's up with your commit(s). If you see click the 'Files Changed' tab you'll see that the homepage content isn't there.

When the create-react-app command is run, a src folder with the basic react files should be created from root, but I don't see any of those files in your PR. Do you have those App.js, App.test.js, etc files in this homepage folder? Your changes are also missing a package.json file.

ksandhu16 commented 6 years ago

That makes a lot of sense, let me try to do a pull request again.