Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 383 Bytes

People-Picker

Written in vanilla JS with direct DOM manipulation as a demo for Travelers EDP September 2023 cohort.

To run it

  1. npm install
  2. npm run start

The list of students

They're hardcoded in the database.json file. To change it, you'll want to edit that file and push it.

The client-side assets

... are all under the public folder. Even images are there.