0x42bb85d1…86b6sent to0xb9e80ce5…0028·#8,948,755·view on Etherscan
Javascript developerFinish MVP of an app for keeping notes and files: https://neural-notes.com/
## About the app
Notes are stored on Google Drive as folders with text files, and the user can upload files as well.
Notes and files are displayed as a mind map on the UI.
## Code
The code has been refactored to use React, Redux, Saga.
The code for the mind map rendering and the notes tree storage are still far from perfect :)
Github: https://github.com/DarthVanger/NeuralNotes
Refactoring is welcome when needed.
There are no tests :) you can add some during development if you can do it fast and if it is sensible.
## Tasks
Features needed to finish the MVP:
- Cash the notes tree in localStorage. UI should work without delays, and changes should be synced with Google Drive in background.
- Search the created notes (something simple for now, e.g. substring match in a note name)
- Change note parent functionality (move note)
- Save and show notes view stats. It should be stored as files on Google Drive, since we have no other storage.
See full tasks list on the Kanbad board https://github.com/users/DarthVanger/projects/1
## Workflow
I will review all the pull requests.
I have only a few hours per week for this project, so ideally you would work part time to give me time for the reviews.
I'm ready to pay $25 per hour and budget is only $2000, so you're going to work only up to 80 hours on this project.
I hope 40-80 hours is enough for the features needed.