The Bulletin Board App is a simple demo app to showcase draggable components in React. It allows user to type something in an input and press ENTER to generate a note of a random colour. Its position, colour and content will be saved even after the user exits the app. Allows user to delete the note by clicking on the top-right 'X' button.
Table of contents
The AppStep 1: Install & import packagesStep 2: Initialize statesStep 3: Create input elementStep 4: newitemStep 5: Display itemsStep 7: deleteNote1 Comment
Sort: