Hey i was wondering if it would be possible to make instructions for how to set up some of the coding so i could save it directly to github. For example i did all the html and css stuff side by side in vscode so i could save it to github so it would show my commits on my github to show i was still coding on my contributions calendar but i don’t know how to set up the code with the other stuff like React or the jQuery since the stuff is already built in to the site and handled behind the scenes. Thanks!
-
Goto YT and search for “freecode camp github tutorial”
-
One of my ex-CTO said
git commit
is like heartbeat, it should happen many times a day
I would suggest once you finish a small task e.g. adding text field, validating and styling it, do commit.
- below video will help you to break down big problem/s into small chunk possible to fix it and commit
https://www.youtube.com/watch?v=KwP9pTEwdrE&ab_channel=ROOTsTechnology
All the very best