Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.29 KB

note.md

File metadata and controls

43 lines (30 loc) · 1.29 KB

TO-DO TRACKER

🚲 : ongoing ✅ : completed

Idx Task Status Type
1 Work on the UI 🚲 Feature
2 ReactDOM.render is no longer being supported Bug
3 Replace Fetch with Axios Chore
4 When you click on the box, it should pop out with all the details Feature
5 Replace css completely with SCSS 🚲 Chore
  1. work on the UI : in progress

stacking the notes box into one another

  • the card can be made equal lengths like a sticky note
  • OR they can be manipulated using transform: translate(1px, -260px); like google keep's. It is actually a really brilliant technique
  1. Add prompt before deleting
  2. Authentication so that notes are attached to a particular user
  3. Introduce labels to note
  4. I should be able to edit my notes
  5. Replace Loading... with UI icon
  6. Make a clone of note

Observation

  1. Content is a required field but data without content still gets saved to the database. This should not be.
  2. deleting note crashes the application

Interesting concepts to learn with this project

  • redux
  • storyblok