{"id":19926914,"url":"https://github.com/taijulaman/classroom","last_synced_at":"2026-05-05T04:34:51.043Z","repository":{"id":233633426,"uuid":"729514131","full_name":"TAIJULAMAN/Classroom","owner":"TAIJULAMAN","description":"Welcome to the Classroom Website project, a modern and responsive educational platform showcasing courses, reviews, and contact sections. This website is built with React.js and styled using Tailwind CSS, ensuring a clean and dynamic user experience.","archived":false,"fork":false,"pushed_at":"2024-12-15T21:13:16.000Z","size":7522,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T16:41:24.154Z","etag":null,"topics":["aos-animation","open-source","react-vite","tailwindcss"],"latest_commit_sha":null,"homepage":"https://classroom-three-beta.vercel.app","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/TAIJULAMAN.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-09T13:25:20.000Z","updated_at":"2025-03-17T04:08:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d38a68d-d6c2-49e5-a206-6dce0ca991c1","html_url":"https://github.com/TAIJULAMAN/Classroom","commit_stats":null,"previous_names":["taijulaman/classroom"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TAIJULAMAN/Classroom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FClassroom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FClassroom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FClassroom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FClassroom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TAIJULAMAN","download_url":"https://codeload.github.com/TAIJULAMAN/Classroom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TAIJULAMAN%2FClassroom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32635719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["aos-animation","open-source","react-vite","tailwindcss"],"created_at":"2024-11-12T22:31:30.780Z","updated_at":"2026-05-05T04:34:51.028Z","avatar_url":"https://github.com/TAIJULAMAN.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📚 Classroom Website\n\nWelcome to the **Classroom Website** project, a modern and responsive educational platform showcasing courses, reviews, and contact sections. This website is built with **React.js** and styled using **Tailwind CSS**, ensuring a clean and dynamic user experience.\n\n---\n\n---\n\n## 📝 **Features**\n\n- **Responsive Design**: Fully optimized for mobile, tablet, and desktop devices.  \n- **Course Listings**: Interactive cards displaying different courses with hover effects.  \n- **Customer Reviews**: Review cards showcasing testimonials with ratings.  \n- **Contact Form**: User-friendly contact form with input fields for name, email, and number.  \n- **Smooth Animations**: Animations powered by **AOS (Animate On Scroll)** for better user experience.  \n- **Modern Footer**: Quick navigation links, services, and contact information.\n\n---\n\n## 📁 **Project Structure**\n\n```plaintext\n├── public/            # Images \n│   ├── about.png\n│   ├── avatar1.png\n│   ├── avatar2.png\n│   ├── avatar3.png\n│   \nsrc/\n│\n├── layout/            # Reusable components\n│   ├── Heading.jsx    # Section headings\n│   ├── Button.jsx     # Custom button component\n│   ├── CoursesCard.jsx\n│   └── ReviewCard.jsx\n│\n├── components/        # Main sections\n│   ├── Courses.jsx    # Courses section\n│   ├── Reviews.jsx    # Customer reviews section\n│   └── Contact.jsx    # Contact form section\n│\n├── App.js             # Main App component\n├── index.js           # React DOM entry point\n└── tailwind.config.js # Tailwind CSS configuration\n```\n\n---\n\n## 🛠️ **Technologies Used**\n\n- **React.js**: Component-based architecture for building the UI.  \n- **Tailwind CSS**: Utility-first CSS framework for fast styling.  \n- **AOS Library**: Animate On Scroll for smooth animations.  \n- **React Icons**: Collection of modern icons for UI enhancement.\n\n---\n\n## 🔧 **Setup Instructions**\n\nFollow the steps below to get the project up and running on your local machine:\n\n### 1. **Clone the Repository**\n```bash\ngit clone https://github.com/TAIJULAMAN/classroom.git\ncd classroom-website\n```\n\n### 2. **Install Dependencies**\nMake sure you have **Node.js** and **npm** installed on your machine.\n\n```bash\nnpm install\n```\n\n### 3. **Run the Development Server**\n```bash\nnpm start\n```\n\nThe project will be available at:  \n👉 `http://localhost:5173/`\n\n---\n\n## 🌐 **Deployment**\n\nTo deploy the project, use services like **Netlify**, **Vercel**, or **GitHub Pages**.  \n\nFor example, with **Vercel**:  \n1. Install Vercel CLI:\n   ```bash\n   npm install -g vercel\n   ```\n2. Deploy:\n   ```bash\n   vercel\n   ```\n\n---\n\n---\n\n## 👨‍💻 **Contributing**\n\nContributions are always welcome!  \nFeel free to open an issue or submit a pull request.  \n\n### Steps to Contribute:\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Make your changes and commit:\n   ```bash\n   git commit -m \"Add: Your feature description\"\n   ```\n4. Push your changes:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Submit a pull request.\n\n---\n\n## 🛡️ **License**\n\nThis project is open-source and available under the **MIT License**.  \nFeel free to use, modify, and distribute this project.\n\n---\n\n## 📞 **Contact**\n\nIf you have any questions, feedback, or suggestions, feel free to reach out:  \n\n- 📧 **Email**: mdshahamanpatwary@email.com  \n\n---\n\nHappy Coding! 🎉 🚀  \nDeveloped with ❤️ by **Md Shah Aman Patwary**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaijulaman%2Fclassroom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaijulaman%2Fclassroom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaijulaman%2Fclassroom/lists"}