mateothegreat / svelte-assessment-modal-form

Quick Svelte Assessment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Svelte Assessment

Open in StackBlitz

Create a quick demo that implements a modal and a global store to manage a list of usernames.

Requirements

  • Modal should be able to be opened from any page.
  • Modal should update a global store holding all usernames.
  • One of the pages should display the list of usernames.
  • Stub out the modal submit handler as if it will call a REST API later.
  • You cannot use form actions (must be treated as an SPA).

About

Quick Svelte Assessment


Languages

Language:JavaScript 58.5%Language:TypeScript 20.0%Language:HTML 15.9%Language:Svelte 5.6%