{"id":18282828,"url":"https://github.com/danielkhakbaz/links","last_synced_at":"2026-01-21T19:36:42.367Z","repository":{"id":162123777,"uuid":"635672576","full_name":"Danielkhakbaz/links","owner":"Danielkhakbaz","description":"Access my links via this website.","archived":false,"fork":false,"pushed_at":"2024-11-02T13:52:07.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T05:30:33.273Z","etag":null,"topics":["eslint","git","husky","nextjs","prettier","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://danial-links.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-05-03T07:54:36.000Z","updated_at":"2024-11-02T13:52:10.000Z","dependencies_parsed_at":"2024-12-22T20:39:57.565Z","dependency_job_id":null,"html_url":"https://github.com/Danielkhakbaz/links","commit_stats":null,"previous_names":["danielkhakbaz/links"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Danielkhakbaz/links","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2Flinks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2Flinks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2Flinks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2Flinks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danielkhakbaz","download_url":"https://codeload.github.com/Danielkhakbaz/links/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2Flinks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28641276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["eslint","git","husky","nextjs","prettier","tailwindcss","typescript"],"created_at":"2024-11-05T13:06:22.932Z","updated_at":"2026-01-21T19:36:42.345Z","avatar_url":"https://github.com/Danielkhakbaz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Danial Khakbaz's Social Links\n\n\u003ca href=\"https://danial-links.com\" target=\"_blank\"\u003e![Project Screenshot](https://github.com/Danielkhakbaz/Danielo-Portfolio/blob/master/public/images/projects/links/screen-shot.png)\u003c/a\u003e\n\nA simplified link portal for Danial Khakbaz's social media profiles, designed with [Next.js](https://nextjs.org/) for easy navigation and quick access.\n\n## Project Overview\n\nThis project serves as a streamlined platform for social media links, created with Next.js for performance and efficiency.\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- **Responsive Design**: Mobile-first, fully responsive layout.\n- **Performance Optimization**: Efficient image handling using `sharp`.\n- **Fast and Lightweight**: Minimal dependencies to maintain speed and simplicity.\n- **SEO Ready**: Basic SEO practices for improved discoverability.\n\n## Technologies Used\n\n- **[Next.js](https://nextjs.org/)** - Framework for server-rendered React applications.\n- **[React](https://reactjs.org/)** - Library for UI development.\n- **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework.\n- **[React Icons](https://react-icons.github.io/react-icons/)** - Icon library for consistent iconography.\n- **[ESLint](https://eslint.org/)** \u0026 **[Prettier](https://prettier.io/)** - Code formatting and linting.\n- **[Husky](https://typicode.github.io/husky/)** - Git hooks for pre-commit linting and formatting.\n\n## Installation\n\nTo set up this project locally, follow these steps:\n\n1. **Clone the repository**:\n   ```tsx\n   git clone https://github.com/Danielkhakbaz/links\n   cd portfolio-links\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. \u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkhakbaz%2Flinks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielkhakbaz%2Flinks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkhakbaz%2Flinks/lists"}