Nerds-Who-Code / Mental-Health-Tracker

mental-health-tracker.vercel.app
MIT License
6 stars 6 forks source link

Create alert modals #63

Closed steph-koopmanschap closed 1 year ago

steph-koopmanschap commented 2 years ago

Describe the solution you'd like Create an alert model to replace the ugly default browser alert boxes

Additional context An example of a beautiful model I found: https://yuanyan.github.io/boron/ I like the open fade model personally. https://github.com/yuanyan/boron/blob/master/src/FadeModal.js https://github.com/yuanyan/boron/blob/master/src/modalFactory.js

Of course our alert modal should be written from scratch.