Copy base.example.js
to base.js
and add the appropriate configuration for your Firebase application.
Finish making these components look acceptable.
- Make the form work!
- Make a working delete button.
- When you click on a note in the list, populate the form with the data from that note.
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.
- 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 inNoteForm
).
- Have a nice weekend!
This project was bootstrapped with Create React App.
Quill graphic by Icon Solid from the Noun Project.
- Remove the "Save and new" button from
NoteForm
, and assign the same functionality to the "+" button in the sidebar.
- Add another authentication method to your app, such as Twitter, Facebook, Google, email/password, etc.
- Remember, the Firebase documentation is your friend.