{"id":18282842,"url":"https://github.com/danielkhakbaz/the-film-inventory","last_synced_at":"2026-04-10T00:04:32.052Z","repository":{"id":211866447,"uuid":"730119556","full_name":"Danielkhakbaz/The-Film-Inventory","owner":"Danielkhakbaz","description":"a Inventory of a lot of animes from all across the globe.","archived":false,"fork":false,"pushed_at":"2024-11-02T13:49:52.000Z","size":1199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T23:48:39.445Z","etag":null,"topics":["daisyui","eslint","framer-motion","git","husky","next-auth","nextjs","prettier","prisma","react-intersection-observer","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://the-film-inventory.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/Danielkhakbaz.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":"2023-12-11T08:49:48.000Z","updated_at":"2024-11-02T13:49:56.000Z","dependencies_parsed_at":"2024-02-26T09:25:54.821Z","dependency_job_id":"3fb6b435-ae64-4dbd-8ea8-5fd926d66e3f","html_url":"https://github.com/Danielkhakbaz/The-Film-Inventory","commit_stats":null,"previous_names":["danielkhakbaz/the-film-inventory"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2FThe-Film-Inventory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2FThe-Film-Inventory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2FThe-Film-Inventory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2FThe-Film-Inventory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danielkhakbaz","download_url":"https://codeload.github.com/Danielkhakbaz/The-Film-Inventory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247983489,"owners_count":21028303,"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","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":["daisyui","eslint","framer-motion","git","husky","next-auth","nextjs","prettier","prisma","react-intersection-observer","tailwindcss","typescript"],"created_at":"2024-11-05T13:06:23.637Z","updated_at":"2025-12-30T20:02:30.341Z","avatar_url":"https://github.com/Danielkhakbaz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Film Inventory\n\n\u003ca href=\"https://the-film-inventory.vercel.app/\" target=\"_blank\" \u003e\u003cimg src=\"https://github.com/Danielkhakbaz/Danielo-Portfolio/blob/master/public/images/projects/the-film-inventory/screen-shot.png\" alt=\"The screen-shot of the film inventory\" /\u003e\u003c/a\u003e\n\nA comprehensive web application for managing and showcasing a collection of films, built with [Next.js](https://nextjs.org/). **The Film Inventory** allows users to explore film collections with user authentication, personalized recommendations, and seamless navigation, making it a valuable resource for movie enthusiasts and database administrators.\n\n## Project Overview\n\nThis platform enables users to store, categorize, and search through an extensive film inventory. Designed with a clean UI and powered by a robust backend, it supports easy maintenance and scalability. The project also uses Prisma for database management, ensuring efficient and secure data handling.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Development Scripts](#development-scripts)\n- [Folder Structure](#folder-structure)\n\n## Features\n\n- **Authentication**: Secure user login with session management using `next-auth` and Prisma.\n- **Film Management**: Allows users to add, edit, and remove films in the inventory.\n- **Categorization \u0026 Search**: Quickly find films by genre, release date, and other tags.\n- **Responsive Design**: Optimized for desktop and mobile devices.\n- **Interactive Animations**: Smooth and dynamic interactions with Framer Motion.\n\n## Technologies Used\n\n- **[Next.js](https://nextjs.org/)** - React framework for server-side rendering and static site generation.\n- **[React](https://reactjs.org/)** - JavaScript library for building user interfaces.\n- **[Prisma](https://www.prisma.io/)** - ORM for database modeling and management.\n- **[NextAuth.js](https://next-auth.js.org/)** - Authentication library for Next.js.\n- **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework for designing modern web layouts.\n- **[Framer Motion](https://www.framer.com/motion/)** - Animation library for React components.\n- **[DaisyUI](https://daisyui.com/)** - Tailwind CSS-based component library for rapid UI development.\n\n## Folder Structure\n\nHere's an overview of the project structure:\n\n```plaintext\nthe-film-inventory/\n├── public/                    # Public assets like images and icons\n│\n├── prisma/                    # Prisma schema and migration files\n│\n├── app/                       # Source directory for components and pages\n│\n├── auth/                      # Everything about authentication\n│\n├── components/                # Reusable UI components and shared widgets\n│\n├── layout/                    # Layout components for structuring pages\n│\n├── providers/                 # Context providers for managing global state and data\n│\n├── theme/                     # Theme settings for design consistency (colors, typography, etc.)\n│\n├── utils/                     # Utility functions\n│\n├── app/                       \n│   ├── api/                   # APIs written in JS for my full-stack next.js app\n│   ├── about/                 # About section (page for blog posts)\n│   └── movies/                # Movies section (page for blog posts)\n│\n├── .eslintrc.json             # ESLint configuration for code quality\n├── .prettierrc                # Prettier configuration for code formatting\n├── next.config.js             # Next.js configuration for app settings\n├── package.json               # Project metadata, scripts, and dependencies\n└── README.md                  # Documentation for project setup and usage\n```\n\n## Installation\n\nTo set up this project locally, follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/Danielkhakbaz/The-Film-Inventory\n   cd danielo-portfolio\n\n2. **Install dependencies**:\n   ```tsx\n   yarn\n\n3. **Run the development server**:\n   ```tsx\n   yarn dev\n\n4. **Open http://localhost:3000 in your browser to see the project**.\n\n## Development Scripts\n\nHere are some helpful scripts to assist in the development and maintenance of this project:\n\n```dev```: Runs the app in development mode. \u003cbr/\u003e\u003cbr/\u003e\n```build```: Compiles the app for production. \u003cbr/\u003e\u003cbr/\u003e\n```start```: Starts the production server. \u003cbr/\u003e\u003cbr/\u003e\n```lint```: Lints and fixes files using ESLint. \u003cbr/\u003e\u003cbr/\u003e\n```fix```: Formats files using Prettier. \u003cbr/\u003e\u003cbr/\u003e\n```check-prettier```: Checks the code format without making changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkhakbaz%2Fthe-film-inventory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielkhakbaz%2Fthe-film-inventory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkhakbaz%2Fthe-film-inventory/lists"}