/frontend

Primary LanguageJavaScript

Geekout - Government Digital Services - 2023

A simple web application which implements a Todo list.

Screenshot 2021-09-22 at 10 34 23 PM

Prerequisites

There are a couple of things you need for this workshop:

What's Next?

Once you're ready, let's get started with the Exercise List

Commands

  • Install Dependencies - npm install
  • Run Application - npm start

Checkpoint Branches:

  • 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