Skip to content

xtbc18s1/noteherder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noteherder

Day 8 Homework

  • Add Google authentication.

Bonus Credit

  • If you're signed in, it briefly shows the SignIn component before showing Main. Fix that! Try storing uid in localStorage.

Super Mega Bonus Credit

  • Scope notes by user. Let each user have their own array of notes. (Try changing the endpoint argument to base.syncState().)

Day 7 Homework

  • Make the delete button work.

Bonus Credit

  • Persist the list of notes across page refreshes, using localStorage.

Super Mega Bonus Credit

Day 6 Homework

  • Finish styling Sidebar.
  • Add JSX and style to NoteList and NoteForm.

Bonus Credit

  • Store a list of hard-coded notes in state.
  • Use map to list these notes in NoteList.

Super Mega Bonus Credit

Load a note into NoteForm when you click it in NoteList.

Releases

No releases published

Packages

No packages published