Your goal is to package the Tutorial project you build in assignment as an electron app that will run on the desktop.
Learning to make software for the desktop offers unique challenges to solve. Use this to fill out your experience.
Your tutorial project should be turned into a desktop application built with electron.
You should customize your application to work on the desktop.
- Modify the window size
- Modify the layout of elements
- Personalize the project to make it your own
Post your completed project to GradeScope.
Class 4 - Nov. 4
| Expectations | Does not meet | Meets | Exceeds |
|---|---|---|---|
| Completion | Project is not working | Project works and like the tutorial example. | Project is complete and adds new styles and personalized appearance from the tutorial |
| Electron | Project is not built with electron or doesn't run from the desktop | Project works on the desktop | Project works well and shows customized behaviors as a desktop application |
Follow the guide in lesson 3: https://github.com/Tech-at-DU/ACS-3340-Native-Development-with-JavaScript/blob/master/Lessons/Lesson-03.md