Registration number form & list

Basic Web Page

Change your registration number web application to add new entries, entered in a text field, to a list when the Add button is pressed. If the registration number text field is blank and the Add button is pressed nothing should be added to the list.

You need to use a HTML form to send the registration number to be added to the server. Newly added registration numbers should be displayed below your form.

Setup

In your ExpressJS application add:

Required skills

ExpressJS

Handlebars