Skip to content

xtbc17s2/noteherder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noteherder

Setup

Copy base.example.js to base.js and add the appropriate configuration for your Firebase application.

Day 7 Homework

Finish making these components look acceptable.

Bonus Credit

  • Make the form work!

Super Mega Bonus Credit

  • Make a working delete button.

Super Mega Bonus Credit Hyper Fighting

  • When you click on a note in the list, populate the form with the data from that note.

Day 8 Homework

Finish all the bonus work from yesterday.

  • Make a working delete button.
  • When you click on a note in the list, populate the form with the data from that note.

Super Mega Bonus Credit

  • Make the new note button in Sidebar clear out the form with a blank note. (Then you can get rid of the save and new button in NoteForm).

Super Mega Bonus Credit Hyper Fighting

  • Have a nice weekend!

About Noteherder

This project was bootstrapped with Create React App.

Quill graphic by Icon Solid from the Noun Project.

Day 9 Homework

  • Remove the "Save and new" button from NoteForm, and assign the same functionality to the "+" button in the sidebar.

Super Mega Bonus Credit

  • Add another authentication method to your app, such as Twitter, Facebook, Google, email/password, etc.
  • Remember, the Firebase documentation is your friend.