Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 844 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 844 Bytes

Super Sticky Notes App

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.

Objective of this greenfield app project

  • 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

Launch

Use the Super Sticky Notes App here: https://marisabrantley.github.io/sticky-notes-app/

Class

Skillcrush, Break into Tech Blueprint

Introduction to JavaScript React: Final Project