Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hsbalar/preserver
Preserver is desktop notes organiser built on electron, angular2, pouchDB
https://github.com/hsbalar/preserver
angular-2 electron hacktoberfest pouchdb preserver typescript webpack
Last synced: 28 days ago
JSON representation
Preserver is desktop notes organiser built on electron, angular2, pouchDB
- Host: GitHub
- URL: https://github.com/hsbalar/preserver
- Owner: hsbalar
- License: mit
- Created: 2016-06-03T14:10:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T15:45:32.000Z (about 4 years ago)
- Last Synced: 2024-04-11T08:52:49.311Z (7 months ago)
- Topics: angular-2, electron, hacktoberfest, pouchdb, preserver, typescript, webpack
- Language: TypeScript
- Homepage: http://www.hiteshbalar.com/preserver
- Size: 5.14 MB
- Stars: 215
- Watchers: 8
- Forks: 47
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-design-research - Preserver
- awesome-productivity-cn - Preserver
- awesome-productivity - Preserver - Notes organizer desktop application based on Electron. (Tools and Apps / Note Management)
README
Preserver
Preserver is a notes organizer desktop app built upon Electron.
Organize your life with one of these incredibly useful Desktop applications for keeping track of notes, tasks, and to-do lists.
![screenshot](https://raw.githubusercontent.com/hsbalar/Preserver/master/public/images/screen1.png)
![screenshot](https://raw.githubusercontent.com/hsbalar/Preserver/master/public/images/screen2.png)### Useful features:
* Create notes
* Archive notes
* Set up reminders for your notes
* Move notes to trash & restore back
* Assign labels to notes
* Create todo list
* Set color to Notes as per your priority### Next, To Run an electron application what you have to do is !
```bash
$ npm install$ npm install typings -g
$ typings install
$ npm run build
$ npm start
```> For developement `npm run dev` (application running at `localhost:8080`)
## Library stack used
- [Electron](http://electron.atom.io/)
- [Node.js](https://nodejs.org/)
- [PouchDB](https://pouchdb.com/)
- [Angular.io](https://angular.io/)
- [Dragula](http://valor-software.com/ng2-dragula/)## Download
You can [download](https://github.com/hsbalar/Preserver/releases/) Preserver application for Windows, Darwin and Linux.
## License
MIT