Copy src/base.example.js
to src/base.js
and fill in your Firebase config details.
Run yarn install
(or npm install
) and yarn start
(or npm start
).
Run yarn deploy
(or npm run deploy
) to deploy the app to Firebase.
Note: This requires the Firebase command-line tools to be installed. Run npm install -g firebase-tools
to install them.
- Load data in the form when a note is clicked in the list.
- Add a note to the list when the form is submitted.
- Make the delete button work.
- Make the "+" button in the sidebar clear out the form so a new note can be added.
- Add another authentication provider (like GitHub).
- Add an
updatedAt
field to notes (updating its value every time you save the note).
- Sort the notes in the list with the most recently updated at the top.
--
Quill graphic by Icon Solid from the Noun Project.
This project was bootstrapped with Create React App.