Aleksander Kozłowski
Aleksander Kozłowski
To upload a new recipe, send a `POST` request to the `/recipes` endpoint. In this case, you only need to provide your API key in the params, like this `/recipes?key=`...
You're welcome!
You should remove this line `"main": "index.html",` from you _package.json_ file. NPM adds it by default to the _package.json_ file on initial creation, and Parcel uses that `"main"` field as...
Hi Trish Can you elaborate on this a little more? What doesn't work exactly?
Ok, first please open the _02-Fundamentals-Part-2/starter_ directory in VS Code. To do so: `open VS Code > File > Open Folder... > choose the 02-Fundamentals-Part-2/starter directory` Next, go to the...
Can you post a screenshot of how it looks for you?
Did you extract files from the zip archive before opening it in VS Code?
That's good. Now you can create a _script.js_ file in the same directory as the _index.html_ file, and then use this `` line to link both files. Then, you can...
1) Open the _02-Fundamentals-Part-2/starter_ project in VS Code as I wrote [here](https://github.com/jonasschmedtmann/complete-javascript-course/issues/301#issuecomment-1297471565). 2) Then, open the script.js file in VS Code (from the VS Code sidebar), and start writing code....
Ok, please open the _02-Fundamentals-Part-2/starter_ directory in your file explorer, and let me know what files you can see there. Can you see the index.html and script.js files there?