Sticky notes are such a handy way to keep track of our neverending to-do lists and miscellaneous info. This interactive React app allows users to create sticky notes, as well as edit, search through, save and delete them.
- Break the UI into components to build a component tree
- Code a static version of the UI
- Focus on the UI's data flow, assigning data to specific components, passing props down the component tree
- Add interactivity
- Save notes with state
Sticky.Notes.App.mov
Use the Super Sticky Notes App here: https://marisabrantley.github.io/sticky-notes-app/
Skillcrush, Break into Tech Blueprint
Introduction to JavaScript React: Final Project