{"id":23252284,"url":"https://github.com/anselumjuju/delikassii","last_synced_at":"2026-04-16T04:02:43.681Z","repository":{"id":258816804,"uuid":"868131762","full_name":"anselumjuju/delikassii","owner":"anselumjuju","description":"Discover delicious recipes for every occasion with our easy-to-use recipe app. Find curated dishes, explore new flavors, and cook like a pro with detailed instructions, nutrition info, and user ratings.","archived":false,"fork":false,"pushed_at":"2026-01-17T20:30:37.000Z","size":3644,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-18T07:00:33.563Z","etag":null,"topics":["food","nextjs","nextjs14","nextjs14-typescript","recipe-app","tailwind","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://delikassii.vercel.app","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/anselumjuju.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}},"created_at":"2024-10-05T15:02:19.000Z","updated_at":"2026-01-17T20:30:41.000Z","dependencies_parsed_at":"2025-01-13T11:47:15.778Z","dependency_job_id":"68975ceb-3a8a-4aa1-9085-8e9beea996e6","html_url":"https://github.com/anselumjuju/delikassii","commit_stats":null,"previous_names":["juju-anselum/delikassii","anselumjuju/delikassii"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anselumjuju/delikassii","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2Fdelikassii","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2Fdelikassii/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2Fdelikassii/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2Fdelikassii/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anselumjuju","download_url":"https://codeload.github.com/anselumjuju/delikassii/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anselumjuju%2Fdelikassii/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["food","nextjs","nextjs14","nextjs14-typescript","recipe-app","tailwind","tailwindcss","typescript"],"created_at":"2024-12-19T10:15:03.837Z","updated_at":"2026-04-16T04:02:43.636Z","avatar_url":"https://github.com/anselumjuju.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delikassii 🍽️\n\nDelikassii is a recipe web application built with **Next.js** and **Tailwind CSS**. It allows users to search for recipes, view detailed information about each recipe, and explore a variety of culinary ideas. The app leverages **unstable caching** from Next.js to cache API data efficiently, reducing the number of API calls and speeding up the app's performance.\n\nThe recipe data is sourced from the **Tasty API** (via RapidAPI), offering rich recipe information like ingredients, instructions, nutrition, user ratings, and more.\n\n## Features\n\n- 🔍 **Recipe Search**: Find recipes based on a search query.\n- 🥘 **Detailed Recipe View**: See recipe details including ingredients, instructions, nutritional info, and ratings.\n- ⚡ **Unstable Cache**: Uses Next.js unstable cache to store API results, improving performance.\n- 🎨 **Responsive Design**: Built with Tailwind CSS to ensure a sleek and responsive user interface.\n\n## Technologies Used\n\n- **Next.js**: A React framework for building fast, server-side rendered applications.\n- **Tailwind CSS**: A utility-first CSS framework for designing the user interface.\n- **Tasty API**: A recipe API from RapidAPI to fetch recipe data.\n\n## Installation and Setup\n\nTo get a local copy of this project up and running, follow these steps:\n\n### Prerequisites\n\n- Node.js (version 16.x or later)\n\n### Installation\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/anselumjuju/delikassii.git\n   cd delikassii\n   ```\n\n2. **Install Dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Environment Variables**:\n\n   Create a `.env.local` file in the root of your project and add the following environment variables:\n\n   ```bash\n   RAPID_API_KEY=your_rapidapi_key\n   ```\n\n   Replace `your_rapidapi_key` with the API key from RapidAPI.\n\n4. **Run the Development Server**:\n\n   ```bash\n   npm run dev\n   ```\n\n   This will start the app locally at `http://localhost:3000`.\n\n### Building for Production\n\nTo build the app for production, run:\n\n```bash\nnpm build\n```\n\nThis will create an optimized build in the `.next` directory. You can then start the app in production mode:\n\n```bash\nnpm start\n```\n\n### Deployment\n\nDelikassii can be deployed to platforms like **Vercel** or **Netlify**. Here's how you can deploy to Vercel:\n\n1. Push your project to a GitHub repository.\n2. Go to [Vercel](https://vercel.com/), import your repository, and follow the deployment instructions.\n3. Set the required environment variables on Vercel as well.\n\n## Usage\n\n1. **Search Recipes**: Use the search bar to enter a query (e.g., \"chicken\", \"vegan\").\n2. **View Recipe Details**: Click on any recipe card to view detailed information, including ingredients, instructions, and nutritional info.\n3. **Browse by Tags**: Filter recipes by tags like \"breakfast\", \"desserts\", etc.\n\n## API\n\n- **Tasty API**: This app uses the Tasty API from RapidAPI to fetch recipe data. For more information about the API, visit [RapidAPI - Tasty API](https://rapidapi.com/apidojo/api/tasty).\n\n## Contributing\n\nIf you'd like to contribute to this project, feel free to fork the repository and create a pull request.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanselumjuju%2Fdelikassii","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanselumjuju%2Fdelikassii","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanselumjuju%2Fdelikassii/lists"}