{"id":22213134,"url":"https://github.com/spcf-deepfake-detector/df-frontend","last_synced_at":"2026-03-06T10:05:48.220Z","repository":{"id":265930882,"uuid":"893764697","full_name":"spcf-deepfake-detector/df-frontend","owner":"spcf-deepfake-detector","description":"A React-based frontend application for our deepfake project, utilizing Mantine for UI components, React Router for seamless navigation, Zustand for state management, and Axios for efficient API communications.","archived":false,"fork":false,"pushed_at":"2025-05-26T03:19:42.000Z","size":11831,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T00:41:47.768Z","etag":null,"topics":["axios","css","frontend","html","javascript","react","react-router","reactjs","webapp","zustand"],"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/spcf-deepfake-detector.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-11-25T07:04:44.000Z","updated_at":"2025-05-26T03:19:46.000Z","dependencies_parsed_at":"2025-05-30T00:47:50.077Z","dependency_job_id":null,"html_url":"https://github.com/spcf-deepfake-detector/df-frontend","commit_stats":null,"previous_names":["spcf-deepfake-detector/df-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spcf-deepfake-detector/df-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcf-deepfake-detector%2Fdf-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcf-deepfake-detector%2Fdf-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcf-deepfake-detector%2Fdf-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcf-deepfake-detector%2Fdf-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spcf-deepfake-detector","download_url":"https://codeload.github.com/spcf-deepfake-detector/df-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spcf-deepfake-detector%2Fdf-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30171657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"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":["axios","css","frontend","html","javascript","react","react-router","reactjs","webapp","zustand"],"created_at":"2024-12-02T21:08:40.434Z","updated_at":"2026-03-06T10:05:48.184Z","avatar_url":"https://github.com/spcf-deepfake-detector.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎬 Deepfake Frontend Application 🤖\n\n## 📝 Overview\n\nA cutting-edge React-based frontend application for our deepfake project, crafted with modern web technologies to deliver an intuitive and powerful user experience.\n\n## 🚀 Technologies\n\n- ![React](https://img.shields.io/badge/React-61DAFB?logo=react\u0026logoColor=white)\n- ![Mantine](https://img.shields.io/badge/Mantine-339AF0?logo=mantine\u0026logoColor=white)\n- ![React Router](https://img.shields.io/badge/React_Router-CA4245?logo=react-router\u0026logoColor=white)\n- ![Zustand](https://img.shields.io/badge/Zustand-764ABC?logo=react\u0026logoColor=white)\n- ![Axios](https://img.shields.io/badge/Axios-5A29E4?logo=axios\u0026logoColor=white)\n\n## 🛠 Prerequisites\n\n- Node.js (v16+)\n- npm or yarn\n\n## 💾 Installation\n\n```bash\nnpm install\n```\n\n## 🏃‍♂️ Running the Application\n\n```bash\nnpm run dev\n```\n\n## 🏗️ Building the Application\n\n```bash\nnpm run build\n```\n\n## 🕵️ Code Quality Check\n\n```bash\nnpm run lint\n```\n\n## ✨ Features\n\n- 📱 Responsive UI\n- 🔀 Seamless client-side routing\n- 🧩 Modular React architecture\n- 🌐 Efficient state management with Zustand\n- 🚀 Streamlined API communications using Axios\n\n## 📋 Commit Message Conventions\n\nStandardized emojis to communicate the nature of changes:\n\n- 💯 (`:100:`) Full functionality implementation\n- 🔧 (`:wrench:`) Code improvements or structural changes\n- 🐛 (`:bug:`) Bug fixes\n- 📑 (`:bookmark_tabs:`) Code documentation and comments\n- ☕ (`:coffee:`) Minor or initial changes\n- 🚧 (`:construction:`) Work in progress\n- 🗑️ (`:wastebasket:`) Code or file removal\n- 📓 (`:notebook:`) README updates\n- ✏️ (`:pencil2:`) Typo fixes or renaming\n- ♻️ (`:recycle:`) Code refactoring\n- 🔀 (`:twisted_rightwards_arrows:`) Branch merging\n- ⏪ (`:rewind:`) Change reversion\n- 📱 (`:iphone:`) Responsive design work\n- 📌 (`:pushpin:`) Hotfix\n\n## 👥 Development Team\n\n- 👨‍💻 **Gabriel Alfonso M. Gatbonton** - Senior Frontend Developer\n- 👨‍💻 **Rhymeses E. Cortez** - Junior Frontend Developer\n- 👨‍💻 **John Carlo D. Paz** - Junior Frontend Developer\n- 👨‍💻 **Jose Gabriel B. Cruz** - Junior Frontend Developer","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspcf-deepfake-detector%2Fdf-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspcf-deepfake-detector%2Fdf-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspcf-deepfake-detector%2Fdf-frontend/lists"}