A simple web application which implements a Todo list.
There are a couple of things you need for this workshop:
- An Integrated Development Environment (IDE) like Visual Studio Code
- Git (version control system) client, either:
- NodeJs: https://nodejs.org/en/download
Once you're ready, let's get started with the Exercise List
- Install Dependencies -
npm install
- Run Application -
npm start
- Checkpoint 0: Explore todo application interface
- Checkpoint 1: GET todo entries
- Checkpoint 2: POST todo entry
- Checkpoint 3: UPDATE todo entry
- Checkpoint 4: DELETE todo entry