This issue is regarding the current structure of the codebase, which have all its code in the App.js.
I would recommend the Codes in the App.js should be placed inside a src/pages/Home.js so that it would be easier for other contributors to add their routes in the App.js and their pages for adding Experiences, Skill and Education inside of the pages folder.
This will set a standard for the working structure, rather than having each contributor have a different structure, which will lead to conflict.
This issue is regarding the current structure of the codebase, which have all its code in the
App.js
.App.js
should be placed inside asrc/pages/Home.js
so that it would be easier for other contributors to add their routes in theApp.js
and their pages for addingExperiences, Skill and Education
inside of thepages folder.