Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmnog/vmnotes
App to create notes and projects with drag 'n drop
https://github.com/vmnog/vmnotes
Last synced: 10 days ago
JSON representation
App to create notes and projects with drag 'n drop
- Host: GitHub
- URL: https://github.com/vmnog/vmnotes
- Owner: vmnog
- Created: 2020-03-13T21:43:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:57:48.000Z (about 2 years ago)
- Last Synced: 2024-12-10T18:16:37.927Z (29 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VMNOTES
React App like trello with functionality of drag 'n drop
### Project Dependencies
```
"immer": "^6.0.1", // for state mutation
"react": "^16.13.0", // for SPA developing
"react-dnd": "^10.0.2", // for drag 'n drop functionality
"react-dnd-html5-backend": "^10.0.2", // HTML5 backend for React DnD
"react-icons": "^3.9.0", // for icons of material-icons
"styled-components": "^5.0.1" // for using props and javascript within css
```### usage gif
![]()