A single page reminder/notes web Application. Project for CAS Front End Engineering 2018 at Hochschule für Technik Rapperswil (https://www.hsr.ch).
https://cdn.rawgit.com/hedgie001/remindeer/beta-1/public/index.html
- No jQuery
- CSS BEM
- MVCish as possible
- no inline js
- Follows Google Material Design Guidelines
- Responsive
- Mustache.js for templating (https://github.com/janl/mustache.js)
- moment.js for date converting/managing (https://github.com/moment/moment);
- rome and material-datetime-picker for datepicking (https://github.com/ripjar/material-datetime-picker)
npm i
grunt
npm start
surf http://127.0.0.1:3001/
gunt watch