Development Diary #1 — My WebOS Demo
I finished the first version of my WebOS demo.
It now has two applications:
- Welcome: an application with a beginner’s guide and some system information
- Cat Viewer: an application that displays random images of cats
During development, I realized that JavaScript is more difficult than I imagined, especially in the part about manipulating page elements and making the interface components work together. I still need to study more to better organize the code and understand how to structure larger projects without getting lost.
Next goals:
- Create a calculator within WebOS
- Improve code organization
- Study more about DOM and events
Comments 1
Give me suggestions on what I can add to my webOS.
Sign in to join the conversation.