Here’s the updated README file:
An innovative platform designed to provide students with comprehensive study materials and features like automatic festival greeting pop-ups to enhance user engagement.
-
📚 Student Notes Repository
Access a vast collection of well-organized and easy-to-understand notes for various subjects. -
🎉 Festival Greeting Pop-ups
Automatically display personalized festival wishes to users via a dynamic pop-up feature. -
📋 Simple File-Based Pop-Up Configuration
The festival greetings are controlled directly through a file namedpopup.js
located at the project root. -
📱 Mobile-Responsive Design
A seamless experience across all devices, ensuring accessibility and convenience.
-
Clone the Repository
git clone https://github.com/tejazmali/educational-website.git cd educational-website
-
Open the Project
Open the project in any code editor or directly in your browser using theindex.html
file. -
Pop-Up Configuration
- The pop-up greetings feature is controlled via
popup.js
. - Open the file in the root directory and customize the greetings:
const popups = [ { name: "Diwali", message: "Happy Diwali! Wishing you joy and prosperity.", date: "2024-11-12" }, { name: "Christmas", message: "Merry Christmas! Have a joyful holiday season.", date: "2024-12-25" } ]; export default popups;
- The pop-up greetings feature is controlled via
-
Deployment
Host your website on any platform like GitHub Pages, Netlify, or Vercel for public access.
- HTML
- CSS
- JavaScript
Contributions are welcome! Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name"
- Push to the branch:
git push origin feature-name
- Open a Pull Request.
This project is licensed under the MIT License.
For any questions or feedback, feel free to reach out:
GitHub: @tejazmali
Website: Portfolio