Creative Bracket

AngularDart Tutorial: Let’s Build a Bookmark Manager (Part 1)

In this video series we will be looking at the AngularDart framework, building a Bookmark Manager to store our favourite clippings from the web. This single page app will allow us to perform the usual CRUD operations. At the end of this video, we will have the skeleton for our app, displaying a list of bookmarks with delete functionality.

Setup

Assuming you have Dart installed, add the stagehand dependency by running:

pub global activate stagehand

Create the directory in which you wish to generate the files and folders for your dart project and run the associated commands:

mkdir bookmark_manager && cd bookmark_manager
stagehand web-angular

Update your dependencies and you are good to go!

pub get

Continue reading

Further reading

  1. AngularDart Guide
  2. Auto-Generate the scaffolding for your next project
  3. Free Get started with Dart Egghead.io course

Sharing is caring 🤗

If you enjoyed reading this post, please share this through the various social buttons hovering on the left/top side of the screen ↖️⬆️. Also, check out and subscribe to my YouTube channel (hit the bell icon too) for videos on Dart.

Subscribe to the newsletter for my free 35-page Get started with Dart eBook and to be notified when new content is released.

Like, share and follow me 😍 for more content on Dart.

Jermaine Oppong

Hello 👋, I show programmers how to build full-stack web applications with the Dart SDK. I am passionate about teaching others, having received tremendous support on sites like dev.to and medium.com for my articles covering various aspects of the Dart language and ecosystem.

Useful learning materials