{"id":24066361,"url":"https://github.com/tejazmali/educational-website","last_synced_at":"2025-04-23T21:48:10.212Z","repository":{"id":270583569,"uuid":"884493970","full_name":"tejazmali/educational-website","owner":"tejazmali","description":"Educational Website is a lightweight and user-friendly platform designed to help students access organized notes and study materials. It features an engaging automatic pop-up system for festival greetings, enhancing user interaction. Built using only HTML, CSS, and JavaScript, it is simple to customize and deploy.","archived":false,"fork":false,"pushed_at":"2025-02-14T08:22:25.000Z","size":38358,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T03:51:09.500Z","etag":null,"topics":["beginner-friendly-web-development","css","educational-institutes","educational-project","educational-website","html","html-css-javascript","interactive-features","javascript","popup-messages","responsive-design","student","student-note","student-project","study-materials","website-for-students"],"latest_commit_sha":null,"homepage":"https://fundamentalacademy.in","language":"HTML","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/tejazmali.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}},"created_at":"2024-11-06T21:15:48.000Z","updated_at":"2025-02-14T08:22:28.000Z","dependencies_parsed_at":"2025-02-14T09:38:20.050Z","dependency_job_id":null,"html_url":"https://github.com/tejazmali/educational-website","commit_stats":null,"previous_names":["tejazmali/educational-website"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejazmali%2Feducational-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejazmali%2Feducational-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejazmali%2Feducational-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tejazmali%2Feducational-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tejazmali","download_url":"https://codeload.github.com/tejazmali/educational-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250522297,"owners_count":21444510,"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":["beginner-friendly-web-development","css","educational-institutes","educational-project","educational-website","html","html-css-javascript","interactive-features","javascript","popup-messages","responsive-design","student","student-note","student-project","study-materials","website-for-students"],"created_at":"2025-01-09T11:40:53.673Z","updated_at":"2025-04-23T21:48:10.186Z","avatar_url":"https://github.com/tejazmali.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Here’s the updated README file:  \n\n---\n\n# Educational Website  \n\nAn innovative platform designed to provide students with comprehensive study materials and features like automatic festival greeting pop-ups to enhance user engagement.  \n\n---\n\n## 🌟 Features  \n\n- **📚 Student Notes Repository**  \n  Access a vast collection of well-organized and easy-to-understand notes for various subjects.  \n\n- **🎉 Festival Greeting Pop-ups**  \n  Automatically display personalized festival wishes to users via a dynamic pop-up feature.  \n\n- **📋 Simple File-Based Pop-Up Configuration**  \n  The festival greetings are controlled directly through a file named `popup.js` located at the project root.  \n\n- **📱 Mobile-Responsive Design**  \n  A seamless experience across all devices, ensuring accessibility and convenience.  \n\n---\n## Demo\n[Live Demo](https://fundamentalacademy.in/)\n\n\n\n## 🚀 How to Use  \n\n1. **Clone the Repository**  \n   ```bash  \n   git clone https://github.com/tejazmali/educational-website.git  \n   cd educational-website  \n   ```  \n\n2. **Open the Project**  \n   Open the project in any code editor or directly in your browser using the `index.html` file.  \n\n3. **Pop-Up Configuration**  \n   - The pop-up greetings feature is controlled via `popup.js`.  \n   - Open the file in the root directory and customize the greetings:  \n     ```javascript  \n     const popups = [  \n       {  \n         name: \"Diwali\",  \n         message: \"Happy Diwali! Wishing you joy and prosperity.\",  \n         date: \"2024-11-12\"  \n       },  \n       {  \n         name: \"Christmas\",  \n         message: \"Merry Christmas! Have a joyful holiday season.\",  \n         date: \"2024-12-25\"  \n       }  \n     ];  \n     export default popups;  \n     ```  \n\n4. **Deployment**  \n   Host your website on any platform like GitHub Pages, Netlify, or Vercel for public access.  \n\n---\n\n## 🛠️ Technologies Used  \n\n- **HTML**  \n- **CSS**  \n- **JavaScript**  \n\n---\n\n## 🤝 Contributing  \n\nContributions are welcome! Follow these steps:  \n1. Fork the repository.  \n2. Create a new branch:  \n   ```bash  \n   git checkout -b feature-name  \n   ```  \n3. Commit your changes:  \n   ```bash  \n   git commit -m \"Add feature-name\"  \n   ```  \n4. Push to the branch:  \n   ```bash  \n   git push origin feature-name  \n   ```  \n5. Open a Pull Request.  \n\n---\n\n## 📜 License  \n\nThis project is licensed under the **MIT License**.  \n\n---\n\n## 📬 Contact  \n\nFor any questions or feedback, feel free to reach out:  \n**GitHub**: [@tejazmali](https://github.com/tejazmali)  \n**Website**: [Portfolio](https://tejasmali.vercel.app)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejazmali%2Feducational-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftejazmali%2Feducational-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftejazmali%2Feducational-website/lists"}