{"id":35022007,"url":"https://github.com/mariarodr1136/minisearch","last_synced_at":"2026-04-27T10:31:55.133Z","repository":{"id":324113120,"uuid":"1096018849","full_name":"mariarodr1136/MiniSearch","owner":"mariarodr1136","description":"MiniSearch is a simple, fun project built with Angular 19 and Angular Universal to experiment with server-side rendering and instant search results. It’s a lightweight search interface designed for learning and practicing Angular concepts in a hands-on way.","archived":false,"fork":false,"pushed_at":"2025-11-13T21:25:14.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-13T23:13:17.586Z","etag":null,"topics":["angular","angular-universal","instant-search","search-engine","server-side-rendering","typescript","web-development"],"latest_commit_sha":null,"homepage":"","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/mariarodr1136.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-13T20:40:37.000Z","updated_at":"2025-11-13T21:33:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mariarodr1136/MiniSearch","commit_stats":null,"previous_names":["mariarodr1136/minisearch"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mariarodr1136/MiniSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariarodr1136%2FMiniSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariarodr1136%2FMiniSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariarodr1136%2FMiniSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariarodr1136%2FMiniSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariarodr1136","download_url":"https://codeload.github.com/mariarodr1136/MiniSearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariarodr1136%2FMiniSearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28073755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","angular-universal","instant-search","search-engine","server-side-rendering","typescript","web-development"],"created_at":"2025-12-27T06:00:00.536Z","updated_at":"2025-12-27T06:00:03.376Z","avatar_url":"https://github.com/mariarodr1136.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniSearch: Angular Universal Search Engine 🔍🌐\n\n**MiniSearch** is a simple search app built with **Angular 19** and **Angular Universal** for server-side rendering (SSR). It provides instant search results while keeping pages SEO-friendly. The project was created as a small learning exercise to practice Angular, explore SSR, and experiment with a modular application structure.\n\n![Angular](https://img.shields.io/badge/Angular-Framework-red) ![TypeScript](https://img.shields.io/badge/TypeScript-Language-blue) ![Angular Universal](https://img.shields.io/badge/Angular%20Universal-SSR-orange) ![RxJS](https://img.shields.io/badge/RxJS-Reactive%20Programming-lightblue) ![Node.js](https://img.shields.io/badge/Node.js-Backend-green)\n\n---\n\n\u003cimg width=\"1012\" height=\"504\" alt=\"Screenshot 2025-11-13 at 4 24 44 PM\" src=\"https://github.com/user-attachments/assets/22153241-ac90-43a7-8071-3def2216d8cc\" /\u003e\n\n---\n\n## Table of Contents\n- [Project Overview](#project-overview)\n- [Architecture](#architecture)\n- [Technologies](#technologies)\n- [Setup and Installation](#setup-and-installation)\n- [Usage](#usage)\n- [Future Enhancements](#future-enhancements)\n- [Contributing](#contributing)\n- [Contact](#contact-)\n\n---\n\n## Project Overview\nMiniSearch provides a real-time search experience with server-side rendering for improved SEO and faster initial page loads. It is built to scale, modular in design, and demonstrates the integration of Angular Universal with modern Angular applications.\n\n---\n\n## Architecture\n\n1. **Frontend (Angular)**: Provides the main UI and dynamic search functionality.\n2. **Server-Side Rendering (Angular Universal)**: Pre-renders pages on the server for faster load times and better SEO.\n3. **Reactive Programming (RxJS)**: Handles user input and search query streams efficiently.\n4. **Node.js Server**: Hosts the Angular Universal server for SSR.\n\n---\n\n## Technologies\n\n- **Angular 19**: Core frontend framework.\n- **Angular Universal**: Adds server-side rendering to Angular apps.\n- **TypeScript**: Programming language for type safety and maintainability.\n- **RxJS**: Reactive programming library for handling asynchronous data.\n- **Node.js**: Server environment to run SSR.\n\n---\n\n## Setup and Installation\n\n### Prerequisites\n\n- **Node.js** (v20 or higher recommended)\n- **npm** (v9 or higher)\n- **Angular CLI** (v19)\n\n### Installation Steps\n\n1. **Clone the Repository**\n   ```bash\n   git clone https://github.com/mariarodr1136/MiniSearch.git\n   cd MiniSearch\n2. **Install Dependencies**\n   ```bash\n   npm install\n3. **Build the Application with SSR**\n   ```bash\n   npm run build:ssr\n4. **Serve the Application**\n   ```bash\n   npm run serve:ssr\n\n## Usage\n\n1. **Access the Application**: Open `http://localhost:4000` in your browser.  \n2. **Search Functionality**: Type any query in the search bar to see instant results.  \n3. **SEO Optimized Pages**: All pages are pre-rendered for better SEO.  \n\n---\n\n## Future Enhancements\n\n- **Advanced Search Algorithms**: Integrate ranking and scoring for more relevant results.  \n- **Search Filters**: Add filters like date, category, and relevance.  \n- **Analytics Dashboard**: Monitor search queries and performance.  \n- **API Integration**: Allow search results to be fetched from dynamic backend APIs.  \n\n---\n\n## Contributing\nFeel free to submit issues or pull requests for improvements or bug fixes. You can also open issues to discuss potential changes or enhancements. All contributions are welcome to enhance the app’s features or functionality!\n\nTo contribute, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix:\n   ```bash\n   git checkout -b feat/your-feature-name\n- Alternatively, for bug fixes:\n   ```bash\n   git checkout -b fix/your-bug-fix-name\n3. Make your changes and run all tests before committing the changes and make sure all tests are passed.\n4. After all tests are passed, commit your changes with descriptive messages:\n   ```bash\n   git commit -m 'add your commit message'\n5. Push your changes to your forked repository:\n   ```bash\n   git push origin feat/your-feature-name.\n6. Submit a pull request to the main repository, explaining your changes and providing any necessary details.\n\n## Contact 🌐\nIf you have any questions or feedback, feel free to reach out at [mrodr.contact@gmail.com](mailto:mrodr.contact@gmail.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariarodr1136%2Fminisearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariarodr1136%2Fminisearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariarodr1136%2Fminisearch/lists"}