This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
- beautiful dnd
- react-quill
- firebase auth
- firebase database
- material ui
- react-router-dom
- Allow users to change the color of sticky notes.
- Implement drag-and-drop functionality for repositioning notes.
- Add user authentication to save notes on a per-user basis.
- Give users the ability to archive sticky notes.
- Display the note's content.
- Allow users to edit the note's content.
- Allow users to delete the note.
- Search and filter the notes.
- Allow users to attach files, images, or links to their notes.
- Add a dark mode option for users who prefer a darker interface.