Building a Dev.to Clone Using Angular

I'm kicking off a fresh series focused on constructing a dev.to replica with Angular. Expect new progress drops every Thursday, as the rest of my week is packed. For state handling, the stack includes:

  1. Component store for managing application state
  2. Rx-angular template utilities, specifically RxLet and the push pipe

Additional tools will be introduced as requirements emerge, weighing them across varied scenarios during development. Code will land in the GitHub repository each Thursday, followed by a write-up of our progress on Friday. If you're keen to expand your Angular knowledge, stick around.

GitHub Repository - https://github.com/ajitsinghkaler/devto-clone

Live Deployment on Firebase - https://dev-toclone.firebaseapp.com/

Currently, the header component is built, with the sidebar up next on the agenda.
Sidebar

Every commit in the repo carries a message detailing its specific task. For those following along to learn Angular, feel free to propose improvements—open an issue on the repository, and we can hash it out there.