Skip to main content

Fullstack JavaScript

We will start by looking at the different Array methods, and how data can be sorted and filtered in the frontend.

We will build a full CRUD application with a backend and a frontend. We will look at how the two parts can be connected, so that the frontend can send HTTP requests to the backend. Along the way, we will configure CORS so that the frontend and backend can communicate correctly.

Before class

Practical requirements

Extra resources

During class

We will use these 📄 JavaScript Fullstack (PDF) and you will have time to do the exercises.

Demos used in class:

  • TBD

After class

Finish the exercises.