https://github.com/theetrain/meetingnotes
Make quick and easy notes for your meeting.
https://github.com/theetrain/meetingnotes
mail meeting notes
Last synced: about 1 month ago
JSON representation
Make quick and easy notes for your meeting.
- Host: GitHub
- URL: https://github.com/theetrain/meetingnotes
- Owner: theetrain
- Created: 2016-11-30T07:12:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T22:58:07.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T21:19:15.905Z (3 months ago)
- Topics: mail, meeting, notes
- Language: JavaScript
- Homepage: https://meetingnotes.herokuapp.com/
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meeting Notes
A free, open-source notes-taking web application designed for meetings.
## Roadmap
v0.1
- easy data filling
- material elements
- email button (using user's external application)v0.2
- cookie storage
- email previewFuture:
- email server
- user accounts
- recaptcha
- responsive design
- save common attendees
- follow-up on previous meetings that had 'todo' items## Contributing
Please discuss on an open issue or create a new one before forking, that way I can easily keep track of branches. Your participation is greatly appreciated, so I wouldn't want you to go through all the effort without confirming first!
## Developing
If you don't already have browser-sync install globally:
>`npm install`
Your options for running locally are:
```js
npm dev // run with browser-sync
``````js
npm start // run with node, production-like
```