Live: https://mini-blog-letsgetchecked.herokuapp.com/blog
HTML, SCSS, JavaScript, Angular.
User can read blog posts User can navigate to specific blog post User can comment User can quote comments User can navigate among comment pages User can switch between light/dark-mode Blogposts are cached, no need to send new get requests when navigating All components contain at least 1 unit test
All requirements should be fulfilled & some more.
Quoted comments load in a bit wonky. There's a few fixes that I can think of for that but none that seemed ideal for the way I ended up handling the observables.
Any feedback is greatly appreciated. Learning a framework from scratch with only a month's worth of experience in React 3 years ago is tough, especially without guidance.