SzabiSch / bootcamp-schedule

0 stars 0 forks source link

First JavaScript Web App: Add class #87

Open codingbootcampseu opened 2 years ago

codingbootcampseu commented 2 years ago

At certain points in your Todo App, you create and pass on objects (when you create your todo object and when you create your object for the API fetch's request options). For each of those objects, now create a class with a constructor()as the blueprint of each object.

You don't have a fully working Todo App yet? Don't worry, there is a working example app here. Important: Please follow those repository's instruction on how to get that app working (hint: you need to change the branch after cloning it onto your local machine).

Tasks