In this article, we’ll develop a simple note-taking application using HTML, Bootstrap, and Vanilla JavaScript, in which we can add, delete and search for our notes. The notes will be stored in the local storage of the web browser and they will not be deleted even if the browser is closed. The application will also prevent HTML and script injections via the input field.
After completing this exercise, our application will work as follows
Now, let’s dive into this exercise.
#javascript #bootstrap #html #web-development