what should i be careful about while building a social media app

Hello! I want to create a LinkedIn clone with Angular and I was wondering what I should learn or do first. Also, what could be the most difficult feature for a beginner Angular developer? Should I trust a learning roadmap created by AI? Thanks.
3 Replies
The Disco Option
You won't know until you try outline the steps: what do you think you need to build and in what order?
RickfeR
RickfeROP4w ago
I could start with a login system, then the post feature and how to show them inside the feed, etc. But i don't know how to use angular on that features, how to find inside the documentation things that i need to do that.
Gus Costa
Gus Costa4w ago
If you're just starting with angular try creating a few components first, build a page or two with them and apply routing to those pages. Create a service for authentication, build the auth page and update the routes with an auth guard.

Did you find this page helpful?