This is a simple web application for displaying notices, designed to inform students and teachers about important updates or announcements. The project aims to provide a convenient way to disseminate information within a college or educational institution.
- Display notice messages on a centralized notice board.
- Automatically rotate through notice messages at regular intervals.
- Support for offline access using Service Worker technology.
- Responsive design for compatibility with different screen sizes.
- HTML: Used for structuring the content of the web pages.
- CSS: Used for styling the user interface and layout.
- JavaScript: Used for implementing dynamic behavior and fetching notice messages.
- Service Worker: Used to provide offline access to the website.
- JSON: Used to store and manage notice messages in a structured format.
- Clone the repository to your local machine.
- Open the
index.html
file in a web browser to view the notice board. - Notice messages will automatically rotate at regular intervals.
- To update notice messages, modify the
notices.json
file with new messages.
- Light Mode: https://digitalnotice.netlify.app/
- Dark Mode: https://darknoticeboard.netlify.app/
Contributions to the project are welcome! If you have any ideas for improvements or feature enhancements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.