{"id":21862542,"url":"https://github.com/fiskryeziu/zoroclone","last_synced_at":"2025-04-14T19:41:52.271Z","repository":{"id":110923438,"uuid":"568205625","full_name":"fiskryeziu/zoroClone","owner":"fiskryeziu","description":"Zoro Clone: A ReactJS Anime Website Clone 🗡️📺 – Emulate the magic of hianime.to with this project, offering a replica of the popular anime streaming website. Watch your favorite shows in style!","archived":false,"fork":false,"pushed_at":"2024-02-28T17:23:47.000Z","size":5008,"stargazers_count":39,"open_issues_count":0,"forks_count":55,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-28T08:03:47.629Z","etag":null,"topics":["anime","fetch-api","reactjs","reactqueryv4","styled-components","swiper-js"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/fiskryeziu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2022-11-19T19:29:25.000Z","updated_at":"2025-03-27T01:29:02.000Z","dependencies_parsed_at":"2023-10-25T13:59:45.747Z","dependency_job_id":"55f0a315-34f3-4728-951c-1c32ac5507b4","html_url":"https://github.com/fiskryeziu/zoroClone","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/fiskryeziu%2FzoroClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskryeziu%2FzoroClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskryeziu%2FzoroClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fiskryeziu%2FzoroClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fiskryeziu","download_url":"https://codeload.github.com/fiskryeziu/zoroClone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248948703,"owners_count":21187920,"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":["anime","fetch-api","reactjs","reactqueryv4","styled-components","swiper-js"],"created_at":"2024-11-28T03:16:06.173Z","updated_at":"2025-04-14T19:41:52.234Z","avatar_url":"https://github.com/fiskryeziu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=https://github.com/fiskryeziu/zoroClone target=\"_blank\"\u003e\n\u003cimg src='./src//assets//images/banner.png' width=\"100%\" alt=\"Banner\" /\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/code-size/fiskryeziu/zoroClone\" alt=\"GitHub code size in bytes\" /\u003e\n\u003cimg src=\"https://img.shields.io/github/last-commit/fiskryeziu/zoroClone\" alt=\"GitHub last commit\" /\u003e\n\u003cimg src=\"https://img.shields.io/github/commit-activity/m/fiskryeziu/zoroClone\" alt=\"GitHub commit activity month\" /\u003e\n\u003c/p\u003e\n\n\u003cp\u003e\u003c/p\u003e\n\u003cp\u003e\u003c/p\u003e\n\n# 📌 Overview\n\nZoroClone: A ReactJS Anime Website Clone 🗡️📺 – Emulate the magic of aniwatch.to with this project, offering a replica of the popular anime streaming website.\n\n## 🔍 Table of Contents\n\n* [📁 Project Structure](#-project-structure)\n\n* [📝 Project Summary](#-project-summary)\n\n* [💻 Stack](#-stack)\n\n* [⚙️ Setting Up](#-setting-up)\n\n* [🚀 Run Locally](#-run-locally)\n\n* [🙌 Contributors](#-contributors)\n\n* [☁️ Deploy](#-deploy)\n\n## 📁 Project Structure\n\n```bash\n├── .github\n├── .gitignore\n├── CONTRIBUTING.md\n├── index.html\n├── package-lock.json\n├── package.json\n├── public\n├── src\n│   ├── App.jsx\n│   ├── assets\n│   ├── components\n│   ├── hooks\n│   ├── index.css\n│   ├── main.jsx\n│   └── pages\n└── vite.config.js\n```\n\n## 📝 Project Summary\n\n- [**src**](src): Main source directory containing all the JavaScript code for the project.\n- [**src/components**](src/components): Directory for reusable UI components used throughout the project.\n- [**src/pages**](src/pages): Directory for individual page components of the application.\n- [**src/assets**](src/assets): Directory for storing static assets like images used in the project.\n- [**src/hooks**](src/hooks): Directory for custom React hooks used in the project.\n- [**public**](public): Directory for public assets like HTML file and favicon.\n\n## 💻 Stack\n\n- [react-query](https://react-query.tanstack.com/): Data fetching and state management library.\n- [axios](https://axios-http.com/): HTTP client for making API requests.\n- [date-fns](https://date-fns.org/): Utility library for working with dates and times.\n- [react](https://reactjs.org/): JavaScript library for building user interfaces.\n- [react-icons](https://react-icons.github.io/react-icons/): Icon library for React applications.\n- [react-router-dom](https://reactrouter.com/web/guides/quick-start): Routing library for React applications.\n- [styled-components](https://styled-components.com/): Library for styling React components with CSS.\n\n## ⚙️ Setting Up\n\n## 🚀 Run Locally\n1.Clone the zoroClone repository:\n```sh\ngit clone https://github.com/fiskryeziu/zoroClone\n```\n2.Install the dependencies with one of the package managers listed below:\n```bash\npnpm install\nbun install\nnpm install\nyarn install\n```\n3.Start the development mode:\n```bash\npnpm dev\nbun dev\nnpm run dev\nyarn dev\n```\n\n## 🙌 Contributors\n\u003ca href=\"https://github.com/fiskryeziu/zoroClone/graphs/contributors\"\u003e\n\u003cimg src=\"https://contrib.rocks/image?repo=fiskryeziu/zoroClone\" /\u003e\n\u003c/a\u003e\n\n## ☁️ Deploy\n\n`[Application name](Your App URL)`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiskryeziu%2Fzoroclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiskryeziu%2Fzoroclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiskryeziu%2Fzoroclone/lists"}