Bulma describes itself has a free, open source CSS framework based on Flexbox and used by more than 150,000 developers. In this tutorial I work with some of the elements and components that we can use in Bulma to create web pages.
Tag: CSS
Creating a note taking app using the Electron API and Node.js.
Working with the electron api we set out to create a note taking app. This app can create and edit mark down files. In this tutorial I walk through the steps required to do this.