https://github.com/oowais/simplenotes
A simple Angular-Python application for managing notes
https://github.com/oowais/simplenotes
angular flask google-sheets-api material-design notes python sheets
Last synced: about 2 months ago
JSON representation
A simple Angular-Python application for managing notes
- Host: GitHub
- URL: https://github.com/oowais/simplenotes
- Owner: oowais
- License: mit
- Created: 2019-03-22T07:22:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:02:35.000Z (over 3 years ago)
- Last Synced: 2024-05-29T19:03:19.099Z (about 2 years ago)
- Topics: angular, flask, google-sheets-api, material-design, notes, python, sheets
- Language: TypeScript
- Homepage:
- Size: 11.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleNotes
A simple Python-Flask-Angular application for managing notes
## Roadmap
- [x] SimpleNotes angular app
- [x] Flask(python) + google sheets = database
- [x] Run electron with python
- [x] Executable of api (pyinstaller)
- [x] Executable for ui ([Electron packager](https://www.christianengvall.se/electron-packager-tutorial/))
- [x] Use sqlite as db alternative instead of google sheets
- [ ] Electron angular + python exe= native app :point_left:
- [ ] Have a separate repo for executables or modify releases
- [ ] Ionic Framework