I didn’t fair all too well in the ÜK module 294 so now I wrote down two points which might’ve been the cause for that:
- Advanced DOM (all the different signs >, +, etc.)
- Javascript API handling
Now for the first part it’s just more learning until it’s engraved in your mind to say. Meaning that you know them inside out, but besides that there isn’t much to do besides that. Since it’s just needing to be able to recall that information from memory.
The second part on the other hand is something more complex. Since it’s multiple different things that come together but it also revolves around the fact that you need to have memorized or fully understood it. Now since that wasn’t the case during the module. Now at the last day of the module we had a project which mainly revolved around the fact of building the frontend that connects with an API, now as practice I will do so over again.
In the beginning to start the backend you need to run the following commands in the Terminal (firstly you need to start Docker):
cd C:\Users\Schule\Desktop\past Modules\Modul-294\m294\Projekt\m294-lb-backend-main\.devcontainer
docker run --rm -it -v "C:\Users\Schule\Desktop\past Modules\Modul-294\m294\Projekt\m294-lb-backend-main:/workspaces/m294-lb-backend" -w /workspaces/m294-lb-backend -p 3000:3000 --name m294 my-app bash
npm startAnd here’s the project description:
