{"id":25296107,"url":"https://github.com/anrsgrl/metalife","last_synced_at":"2026-04-10T11:02:32.066Z","repository":{"id":244710938,"uuid":"654036041","full_name":"Anrsgrl/metalife","owner":"Anrsgrl","description":"Metalife is a company dedicated to managing freelance projects and teaching programming👨‍💻","archived":false,"fork":false,"pushed_at":"2024-06-17T09:31:03.000Z","size":18203,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-04T09:09:55.278Z","etag":null,"topics":["bootstrap","firebase","framer-motion","react","react-router","react-router-dom","sass"],"latest_commit_sha":null,"homepage":"https://metalifegroup.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Anrsgrl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-15T08:57:10.000Z","updated_at":"2025-01-16T14:12:55.000Z","dependencies_parsed_at":"2024-06-16T22:49:10.109Z","dependency_job_id":"e0158261-1bb4-4a63-9148-dc4ad79a3feb","html_url":"https://github.com/Anrsgrl/metalife","commit_stats":null,"previous_names":["anrsgrl/metalife"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anrsgrl/metalife","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anrsgrl%2Fmetalife","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anrsgrl%2Fmetalife/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anrsgrl%2Fmetalife/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anrsgrl%2Fmetalife/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anrsgrl","download_url":"https://codeload.github.com/Anrsgrl/metalife/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anrsgrl%2Fmetalife/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31639524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["bootstrap","firebase","framer-motion","react","react-router","react-router-dom","sass"],"created_at":"2025-02-13T02:55:48.409Z","updated_at":"2026-04-10T11:02:32.050Z","avatar_url":"https://github.com/Anrsgrl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Metalife Logo](./src/assets/images/banner.webp)\n\nMetalife is a company dedicated to managing freelance projects and teaching programming. The platform enables users to efficiently handle their projects while providing valuable educational resources.\n\n## Table of Contents\n\n- [Screenshots](#screenshots)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [License](#license)\n- [Acknowledgements](#acknowledgements)\n\n## Screenshots\n\n![Homepage Screenshot](./public/screenshot.webp)\n\n## Features\n\n- Interactive programming tutorials\n- User authentication and profile management\n- Responsive and mobile-friendly design\n\n## Technologies Used\n\n- **React**: For building dynamic user interfaces.\n- **Firebase**: For backend services including authentication, storage, and cloud functions.\n- **Bootstrap**: For responsive and mobile-first design.\n- **Sass**: For advanced and modular CSS.\n- **Swiper**: For implementing touch sliders and carousels.\n- **Framer Motion**: For creating animations and transitions.\n- **AOS (Animate On Scroll)**: For scroll animations\n- **React Router DOM**: For routing and navigation management.\n- **React Helmet Async**: For managing changes to the document head.\n- **React Hot Toast**: For customizable toast notifications.\n\n## Installation\n\n### Prerequisites\n\n- Node.js (\u003e= 14.x)\n- npm or yarn\n- Firebase CLI\n\n### Steps\n\n1.  **Clone the repository:**\n\n```sh\ngit clone https://github.com/Anrsgrl/metalife\n```\n\n2.  **Navigate to the project directory:**\n\n```sh\ncd metalife\n```\n\n3.  **Install dependencies:**\n\n```sh\nnpm install\n# or\nyarn install\n```\n\n4.  **Set up Firebase:**\n\nCreate a `.env` file in the root directory and add your Firebase configuration:\n\n```env\nREACT_APP_FIREBASE_API_KEY=your_api_key\nREACT_APP_FIREBASE_AUTH_DOMAIN=your_auth_domain\nREACT_APP_FIREBASE_PROJECT_ID=your_project_id\nREACT_APP_FIREBASE_STORAGE_BUCKET=your_storage_bucket\nREACT_APP_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id\nREACT_APP_FIREBASE_APP_ID=your_app_id\nREACT_APP_ADMIN_KEY=your_admin_key\nREACT_APP_ADMIN_PASS=your_admin_password\nREACT_APP_TEACHER_PASS=your_teacher_password\nREACT_APP_EMAIL_SERVICE_ID=your_email_service_id\nREACT_APP_PRIVATE_KEY=your_private_key\n```\n\n5.  **Start the development server:**\n\n```sh\nnpm start\n# or\nyarn dev\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Acknowledgements\n\nThis project was created some time ago and it was my first major project. There might be some mistakes, and I appreciate your understanding! Thank you for your support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanrsgrl%2Fmetalife","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanrsgrl%2Fmetalife","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanrsgrl%2Fmetalife/lists"}