Closed paramsiddharth closed 3 years ago
@paramsiddharth It's always a better option to create a new branch for each issue you resolve. This keeps workflow clean.
@paramsiddharth It's always a better option to create a new branch for each issue you resolve. This keeps workflow clean.
Noted! I'll take care of that next time.
Related Issue
Proposed Changes
App.js
and import them as needed.Additional Info
<App/>
is distributed into 3 parts,<Header/>
,<Main/>
, and<Footer/>
.services/GitHub.js
.<Visualization data={info} />
hasprops.data
bound to the output of API calls done byGitHub.js
.console.log(data);
may simply be removed in future versions.Checklist
Screenshots