Your turn!
Following along with the provided code is a great way to learn through practice.
An even better way is by challenging yourself to complete tasks. Hence, I challenge you to improve the Bookmarkr application by adding the following features.
Task #1 – allowing Linux users to install Bookmarkr using apt-get
Currently, Bookmarkr can be deployed to Windows using WinGet. However, this doesn’t work on Linux, where Linux users typically use apt-get
for deploying applications. You are thus challenged to distribute Bookmarkr as an apt-get
package so Linux users can also enjoy using it.
Task #2 – allowing macOS users to install Bookmarkr using Homebrew
The same applies to macOS users: they typically install their applications using the brew
command. You are thus challenged to distribute Bookmarkr as a Homebrew formula.