{"id":49889717,"url":"https://github.com/sergiomarquezdev/personal-blog-front","last_synced_at":"2026-05-15T20:10:41.300Z","repository":{"id":253117627,"uuid":"842519159","full_name":"sergiomarquezdev/personal-blog-front","owner":"sergiomarquezdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-20T14:32:07.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-23T11:31:48.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergiomarquezdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-14T14:14:07.000Z","updated_at":"2024-08-23T11:31:53.422Z","dependencies_parsed_at":"2024-08-23T11:31:50.779Z","dependency_job_id":"4d1c27e1-5a90-4584-badc-af5f513c2794","html_url":"https://github.com/sergiomarquezdev/personal-blog-front","commit_stats":null,"previous_names":["marquezpsergio/personal-blog-front","sergiomarquezdev/personal-blog-front"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sergiomarquezdev/personal-blog-front","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Fpersonal-blog-front","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Fpersonal-blog-front/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Fpersonal-blog-front/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Fpersonal-blog-front/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiomarquezdev","download_url":"https://codeload.github.com/sergiomarquezdev/personal-blog-front/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiomarquezdev%2Fpersonal-blog-front/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33078256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:05:40.333Z","status":"ssl_error","status_checked_at":"2026-05-15T20:05:38.672Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-15T20:10:40.507Z","updated_at":"2026-05-15T20:10:41.289Z","avatar_url":"https://github.com/sergiomarquezdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Blog Front\n\nThis project is a modern, responsive front-end application for a personal blog, built with Angular 18.1.4. It provides a user-friendly interface for creating, viewing, and interacting with blog posts.\n\n## Features\n\n- View all blog posts\n- Create new blog posts\n- Search posts by title\n- View individual post details\n- Like posts\n- Comment on posts\n- Responsive design for mobile and desktop\n\n## Technologies Used\n\n- Angular 18.1.4\n- Angular Material\n- RxJS\n- TypeScript\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (LTS version recommended)\n- npm (comes with Node.js)\n\n### Installation\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/your-username/personal-blog-front.git\n   ```\n2. Navigate to the project directory:\n   ```\n   cd personal-blog-front\n   ```\n3. Install dependencies:\n   ```\n   npm install\n   ```\n\n## Development Server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running Unit Tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running End-to-End Tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Project Structure\n\n- `src/app/components`: Contains all Angular components\n- `src/app/services`: Contains services for API communication\n- `src/app/modules`: Contains custom Angular modules\n- `src/app/pipes`: Contains custom pipes\n\n## Key Components\n\n- `CreatePostComponent`: Allows users to create new blog posts\n- `ViewAllPostComponent`: Displays a list of all blog posts\n- `ViewPostComponent`: Shows details of a single blog post\n- `SearchPostComponent`: Enables users to search for posts by title\n\n## Services\n\n- `PostService`: Handles all API calls related to blog posts\n- `CommentService`: Manages API calls for post comments\n\n## Styling\n\nThe project uses Angular Material for UI components and custom SCSS for additional styling. The global styles can be found in `src/styles.scss`.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Further Help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiomarquezdev%2Fpersonal-blog-front","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiomarquezdev%2Fpersonal-blog-front","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiomarquezdev%2Fpersonal-blog-front/lists"}