Build a Personal Blogging Website Using Angular
We’ll create a blogging application from scratch using Angular, the AngularFire library, and Material UI in this project. The application will have various blogging features that enable users to interact with blogs. We’ll also use dependency injection to create a few functions, like admin authentication and Firebase communication. We’ll use CKEditor to write blogs.
The blogging application will give the admin full control over their blogging experience. This will enable the admin to perform CRUD (Create, Read, Update, and Delete) operations on their blogs. On the other hand, the unauthenticated users will be able to view and read blogs uploaded by the admin.
The final layout of the application will look like this: