{"id":21969951,"url":"https://github.com/pnvdev/nextjs-meals-searcher","last_synced_at":"2026-04-15T08:38:39.954Z","repository":{"id":252715594,"uuid":"841230357","full_name":"pnvdev/nextjs-meals-searcher","owner":"pnvdev","description":"Next.js Meals Searcher  is a dynamic web application built with Next.js that allows users to search for and explore a variety of meal recipes. Leveraging the power of Next.js for server-side rendering and static site generation, this app delivers a fast and responsive user experience.","archived":false,"fork":false,"pushed_at":"2024-08-12T04:27:20.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T22:37:09.798Z","etag":null,"topics":["nextjs","serverside-rendering","urlsearchparams"],"latest_commit_sha":null,"homepage":"https://nextjs-meals-searcher.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pnvdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-12T01:29:07.000Z","updated_at":"2024-09-04T04:21:08.000Z","dependencies_parsed_at":"2024-08-12T02:46:06.981Z","dependency_job_id":"d29e5411-6354-474f-9428-d7f09e1f8eb8","html_url":"https://github.com/pnvdev/nextjs-meals-searcher","commit_stats":null,"previous_names":["pnvdev/nextjs-meals-searcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pnvdev/nextjs-meals-searcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-meals-searcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-meals-searcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-meals-searcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-meals-searcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnvdev","download_url":"https://codeload.github.com/pnvdev/nextjs-meals-searcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnvdev%2Fnextjs-meals-searcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31833836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"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":["nextjs","serverside-rendering","urlsearchparams"],"created_at":"2024-11-29T14:28:16.380Z","updated_at":"2026-04-15T08:38:39.924Z","avatar_url":"https://github.com/pnvdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Meals Searcher\n\nNext.js Meals Searcher is a dynamic web application built with Next.js that allows users to search for and explore a variety of meal recipes. Leveraging the power of Next.js for server-side rendering and static site generation, this app delivers a fast and responsive user experience.\n\n## Features\n\n- **Meal Search**: Quickly search for meals using keywords.\n- **Meal Details**: View detailed information about each meal, including ingredients, instructions, and more.\n- **Search with URL Parameters**: Implement search functionality using URL search parameters instead of `useState`, allowing direct linking to specific searches.\n- **Responsive Design**: Fully responsive design optimized for different devices.\n\n## Technologies Used\n\n- **Next.js**: React framework for server-side rendering and static site generation.\n- **TypeScript**: Typed JavaScript for better development experience.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n- **API Integration**: Fetches meal data from an external API.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm/yarn/pnpm/bun installed on your machine.\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/pnvdev/nextjs-meals-searcher.git\n   cd nextjs-meals-searcher\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   # or\n   pnpm install\n   # or\n   bun install\n   ```\n\n3. Running the Development Server:\n\n   ```bash\n   npm run dev\n    # or\n    yarn dev\n    # or\n    pnpm dev\n    # or\n    bun dev\n   ```\n\nOpen [http://localhost:3000](http://localhost:3000) in your browser to see the app.\n\n## Learn More\n\n- [Next.js Documentation](https://nextjs.org/docs) - Learn more about Next.js features and API.\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs) - Learn how to style your application with Tailwind CSS.\n\n## Deployment\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com).\n\n## Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/pnvdev/nextjs-meals-searcher/issues).\n\n## License\n\nThis project is open-source and available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnvdev%2Fnextjs-meals-searcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnvdev%2Fnextjs-meals-searcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnvdev%2Fnextjs-meals-searcher/lists"}