Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 447 Bytes

2. Organization.md

File metadata and controls

15 lines (8 loc) · 447 Bytes

📌 Organization

  • "index.js" --> Application core file

  • "App.js --> Supreme component file ( all other should be inside it )

  • Create "api" folder --> To contain the fetch requests to the backend API

  • Create "components" folder --> To contain all the components that will be used

  • Create "pages" folder --> To contain all the pages to be rendered

  • Should Look like this:

untitled