Skip to content

annieke/float-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Float notes!

Float notes is a multi-board-note-editing-system built in React. It has an App component that keeps track of board IDs, linked to a NoteBoard component which keeps track of the notes. The notes can be edited and dragged around, all in real time. Each Note is a semi-dumb component that renders props from NoteBoard, but it keeps one boolean of whether it is edited.

Most of float notes works as expected, but if it were to be improved in the future, customizable colors, name-able boards, removable boards, resizable notes, are all considered to be added!

See Float Notes! in action

Switch between boards with the tabs above the new note bar.

1

Add a new board and immediately start adding new notes to it.

2

Peak at a buried note by hovering over it.

3

Change its location, drop it, and it returns to its original layer.

4

Watch the notes move in real time.

5

Have fun noting!