-Create a simple web application calendar in an electron shell. By using javascript Jquery.
-CSS file is generated in gulp, going from SASS through all the optimizations covered in class.
-Implement my own responsive grid to render the calendar.
-Using media queries to render differently in each size. Provide 3 kinds of size: mobile, tablet and desktop size.
-Provide monthly view of calendar events, daily view of calendar events for a particular day.
-Also allow user to save or load a file with all calendar data.
npm install
gulp styles
gulp css
gulp
npm start