{"id":18282833,"url":"https://github.com/danielkhakbaz/software-agency-website","last_synced_at":"2026-02-06T13:02:16.291Z","repository":{"id":124847775,"uuid":"496199470","full_name":"Danielkhakbaz/Software-Agency-Website","owner":"Danielkhakbaz","description":"a Clone of a software-agency website named margelo.","archived":false,"fork":false,"pushed_at":"2024-11-02T13:50:39.000Z","size":1000,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-22T20:32:02.572Z","etag":null,"topics":["embla-carousel","eslint","git","husky","nextjs","prettier","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://software-agency-website.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":"2022-05-25T11:21:07.000Z","updated_at":"2024-11-08T04:32:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"679e5aed-6d2e-46fc-a7e4-d0e1f32c7250","html_url":"https://github.com/Danielkhakbaz/Software-Agency-Website","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2FSoftware-Agency-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2FSoftware-Agency-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2FSoftware-Agency-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danielkhakbaz%2FSoftware-Agency-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danielkhakbaz","download_url":"https://codeload.github.com/Danielkhakbaz/Software-Agency-Website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238926070,"owners_count":19553430,"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":["embla-carousel","eslint","git","husky","nextjs","prettier","tailwindcss","typescript"],"created_at":"2024-11-05T13:06:23.147Z","updated_at":"2025-10-30T03:30:31.354Z","avatar_url":"https://github.com/Danielkhakbaz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Software Agency Website\n\n\u003ca href=\"https://software-agency-website.vercel.app/\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/Danielkhakbaz/Danielo-Portfolio/blob/master/public/images/projects/software-agency-website/screen-shot.png\" alt=\"The screen-shot of the daniel's portfolio\" /\u003e\u003c/a\u003e\n\nA professional website for showcasing services, portfolio, and expertise of a software agency. Built with [Next.js](https://nextjs.org/), this project leverages the latest web technologies to create a fast, interactive, and user-friendly experience for potential clients.\n\n## Project Overview\n\nThis software agency website highlights key services, project case studies, and the team behind the agency's success. With a responsive and engaging design, it’s optimized for performance and built to provide users with a seamless navigation experience.\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**: Fully optimized layout for desktop, tablet, and mobile devices.\n- **Dynamic Content**: Smooth transitions and animations to enhance user experience.\n- **Carousel Integration**: Showcases client testimonials and featured projects with an interactive carousel.\n- **Performance Analytics**: Vercel analytics for monitoring website performance.\n- **Code Quality Tools**: ESLint and Prettier ensure consistent coding standards and formatting.\n\n## Technologies Used\n\n- **[Next.js](https://nextjs.org/)** - React framework for building SSR and static websites.\n- **[React](https://reactjs.org/)** - JavaScript library for building interactive UIs.\n- **[Tailwind CSS](https://tailwindcss.com/)** - CSS framework for utility-first styling.\n- **[Embla Carousel](https://www.embla-carousel.com/)** - Lightweight carousel library with custom autoplay and styling.\n- **[Vercel Analytics](https://vercel.com/docs/concepts/analytics)** - Performance tracking for web apps.\n- **[TypeScript](https://www.typescriptlang.org/)** - Typed JavaScript for better development and maintenance.\n\n## Folder Structure\n\nHere's an overview of the project structure:\n\n```plaintext\nsoftware-agency-website/\n├── public/                    # Public assets like images, icons, etc.\n│\n├── app/                       # Main source directory for app components and pages\n│\n├── components/                # Reusable UI components for sections and features\n│\n├── constants/                 # All the constants getting used through the app\n│\n├── hooks/                     # Custom hooks written for the app\n│\n│── layout/                    # The layout components for the pages\n│\n│── providers/                 # All the providers (eg. Context, ...)\n│\n│── styles/                    # Styles folder\n│\n│── theme/                     # Custom theme for the project\n│\n│── utils/                     # Utility functions\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                  # Project documentation\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/Software-Agency-Website\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%2Fsoftware-agency-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielkhakbaz%2Fsoftware-agency-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielkhakbaz%2Fsoftware-agency-website/lists"}