# I present the AngelOS!
I created a webOS with 4 app windows, which are:
1. DateTime Window
2. My LinkedIn
3. A to-do list
4. A coin flip app that uses the Math.random() function to pick heads or tails at random and tells the user if they win or lose.
The greatest difficulty I faced was setting up hackatime on github codespaces. After I had that part down, everything was smooth. Figuring out how to implement the coin flip function was a challenge, too. Before deciding on the coin flip app, I tried creating a CPS counter app, but it was too difficult, so I dropped the idea.
Devlog [3] Changed the inline CSS that was common for all elements to Internal CSS, added the drag window feature, added headers to each window, made separate windows for date and time and LinkedIn, changed the background image, added multiple classes to classify div as draggable and windows.
Devlog[1] I added a background image to the body, added a heading and attached a link to github.com. Most of the time was spent trying to set up hackatime because I just couldn’t get it to work right.