Send ChainLink tutorial folders Q

Trying to follow the steps in:
https://moralis.io/smart-contract-programming-tutorial-for-blockchain-developers/#SmartContractProgrammingTutorial

At different places it is talking about the following folders:

You can find the complete code behind our example dapp on GitHub. There youā€™ll see the ā€œwriteā€ (frontend) and ā€œbackendā€ folders.

and below that:

With our code cloned, make sure you have the content of the ā€œwriteā€ folder in your ā€œfrontendā€ folder.

So do we need to have ā€œwriteā€ , ā€œbackendā€ and ā€œfrontendā€ folders?
And is the cloned ā€œwriteā€ folder inside our newly created ā€œfrontendā€ folder?
Or do you use the ā€œwriteā€ and ā€œfrontendā€ folder interchangeably ?

Also, below that:
ā€œ. Then, open that folder in VSC and install the required dependencies with this command:ā€
Q: Open WHAT folder? (If we have both ā€œwriteā€ and ā€œfrontendā€ folders)

In the tutorial there are two topics covered but are rather ā€œmixedā€.
A clarification would be greatly appreciated