🚲 : 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 |
- 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
- Add prompt before deleting
- Authentication so that notes are attached to a particular user
- Introduce labels to note
- I should be able to edit my notes
- Replace Loading... with UI icon
- Make a clone of note
- Content is a required field but data without content still gets saved to the database. This should not be.
- deleting note crashes the application
- redux
- storyblok