{"id":29174901,"url":"https://github.com/sanjidtalukder/edusphere-client","last_synced_at":"2026-04-07T16:32:38.895Z","repository":{"id":302173136,"uuid":"1011507725","full_name":"sanjidtalukder/EduSphere-Client","owner":"sanjidtalukder","description":"EduSphere is a modern web platform designed to empower learners, educators, and writers through knowledge sharing. Built with React, Tailwind CSS, and Framer Motion, it offers a dynamic and responsive user experience.","archived":false,"fork":false,"pushed_at":"2025-07-01T00:28:02.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-01T00:38:06.392Z","etag":null,"topics":["daisyui","express","javascript","mongodb","nodejs","react","react-hooks","react-icons","react-router","tailwindcss"],"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/sanjidtalukder.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":"2025-06-30T23:49:02.000Z","updated_at":"2025-07-01T00:28:05.000Z","dependencies_parsed_at":"2025-07-01T00:38:11.730Z","dependency_job_id":"10456226-83fd-4ac7-bdf0-01e578673c1b","html_url":"https://github.com/sanjidtalukder/EduSphere-Client","commit_stats":null,"previous_names":["sanjidtalukder/edusphere-client"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanjidtalukder/EduSphere-Client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjidtalukder%2FEduSphere-Client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjidtalukder%2FEduSphere-Client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjidtalukder%2FEduSphere-Client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjidtalukder%2FEduSphere-Client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanjidtalukder","download_url":"https://codeload.github.com/sanjidtalukder/EduSphere-Client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjidtalukder%2FEduSphere-Client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282750335,"owners_count":26721146,"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","status":"online","status_checked_at":"2025-11-05T02:00:05.946Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["daisyui","express","javascript","mongodb","nodejs","react","react-hooks","react-icons","react-router","tailwindcss"],"created_at":"2025-07-01T15:25:45.175Z","updated_at":"2025-11-05T03:03:38.398Z","avatar_url":"https://github.com/sanjidtalukder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📘 EduSphere - Client\n\n**EduSphere** is a modern web platform designed to empower learners, educators, and writers through knowledge sharing. Built with **React**, **Tailwind CSS**, and **Framer Motion**, it offers a dynamic and responsive user experience.\n\n---\n\n## 🚀 Features\n\n- 📝 Create, Read, and Manage Articles  \n- 🔍 Browse by Categories  \n- 👤 User Authentication with Firebase  \n- 🌈 Modern UI with Tailwind CSS + DaisyUI  \n- 📊 Animated Lottie Backgrounds  \n- 🧠 Dynamic Article Feed with Framer Motion  \n- 🔐 Protected Routes \u0026 User Profile  \n- 📬 Contact Form and Email Support  \n\n---\n\n## 🛠️ Tech Stack\n\n| Technology      | Purpose                            |\n|------------------|-------------------------------------|\n| React            | Frontend Framework                 |\n| React Router     | Page Routing                       |\n| Tailwind CSS     | Styling Framework                  |\n| DaisyUI          | UI Component Library               |\n| Firebase Auth    | Authentication                     |\n| Framer Motion    | Animation                          |\n| Lottie           | Animated SVG Backgrounds           |\n| Axios/Fetch      | API Communication                  |\n\n---\n\n## ⚙️ Installation \u0026 Setup\n\n```bash\n# 1. Clone the repository\ngit clone https://github.com/Programming-Hero-Web-Course4/b11a11-client-side-sanjidtalukder.git\n\n# 2. Navigate to the project directory\ncd edusphere-client\n\n# 3. Install dependencies\nnpm install\n\n# 4. Start the development server\nnpm run dev\n\n\n🔐 Environment Variables\nCreate a .env file in the root directory and add your Firebase config:\n\nVITE_API_URL=http://localhost:5000\nVITE_FIREBASE_API_KEY=your_key\nVITE_FIREBASE_AUTH_DOMAIN=your_domain\nVITE_FIREBASE_PROJECT_ID=your_project_id\nVITE_FIREBASE_STORAGE_BUCKET=your_bucket\nVITE_FIREBASE_MESSAGING_SENDER_ID=your_id\nVITE_FIREBASE_APP_ID=your_app_id\n\n\n📁 Project Structure\n\nsrc/\n├── assets/              \n├── components/         \n├── pages/               \n├── layout/              \n├── providers/           \n├── routes/              \n└── App.jsx             \n\n🌍 Live Demo\n\n🔗 View Live Website\n\nReplace with your actual live URL once deployed\n\n\n👨‍💻 Developer\nSanjid Talukder\nJunior Web Developer | CSE Student @ Dhaka International University\n📫 Email: mdsanjidt@gmail.com\n\ncom\n\n🤝 Client\nProgramming Hero\nVisionary platform focusing on real-world web development education.\n\n📄 License\nThis project is licensed under the Programming Hero.\nYou are  free to use, modify, and distribute it with proper attribution.\n\n💬 Contact\nIf you have any questions, feel free to reach out:\n\n📧 Email: sanjidtalukder02@gmail.com\n📪 Contact Form: Chandpur, Dhaka , Bangladesh\n🌐 GitHub: https://github.com/Programming-Hero-Web-Course4/b11a11-client-side-sanjidtalukder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjidtalukder%2Fedusphere-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanjidtalukder%2Fedusphere-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjidtalukder%2Fedusphere-client/lists"}