How do i send my project to a friend for them to edit?

im not good with coding but i am good with design and i want my friend to help me with the code could someone please help.

Look into source control , it’s pretty much a “standardized” way to upload you project to a server online and have the ability to download it , do edits then upload them.

The neat thing is it allow multiple people to work on the same project in parallel and upload changes/progress.
I suggest both you and your friend look into it , there are lots of free source options (like github.com and gitlab.com) so take your time to see tutorials and learn about , it might look like information-overload at first and might discourage you from learning it , but trust me it’s waaay worth the effort.

A personal advice from me would be - you’ll see a lot of people using the command line directly to use it in the tutorials, you can use GUI applications that make it easier for beginners (like SourceTree , Fork)