Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 652 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 652 Bytes

ElectronStudy

-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.

Steps to run:

npm install
gulp styles
gulp css
gulp

npm start