Making an app and a framework are 2 very different things. Making an app you can be super specific in your coffee about what you need. Making a framework you need to be flexible cause it’s certain that people will use it in ways that you didn’t predict.

Writing something every day does not mean to write an article that could be published in x magazine every day (insert Forbes, times,… instead of x). It just means to write something, anything. Put the words on the page.

Most components in bootstrap fire an event when dismissed. You can intercept the event and act accordingly. For this project, I was using jquery sp this example will be based on that, but it is quite easy to convert it to vanilla js (or the framework of your choosing).