Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 430 Bytes

File metadata and controls

25 lines (20 loc) · 430 Bytes

REACT exercise

(for yara.com) Build a reusable notification component that is triggered by a button. this notification button should:

  • appear as a toast (temp popup)
  • last for 2 sec
  • disappear

Install

clone this repo then: https://zeroserver.io/

$ npm install -g zero

Run (kordos!)

and start the server with:
$ zero

TODO

  • add tests
  • fix styling
  • make better API for notification config
  • fix a11y