A project that displays the latest notices from Northern India Engineering College with an intuitive user interface and a search feature. The notices are fetched using web scraping from the college's main website.
- Latest notices from Northern India Engineering College
- Intuitive UI
- Search in-page feature
- Data fetched using web scraping
- EJS
- CSS
- JavaScript
- Node.js
- Web Scraping
To get started with the project, follow these steps:
- Clone the repository to your local machine
git clone https://github.com/[username]/niec-notices.git
- Install the dependencies
npm install
- Run the server
node index.js
If you would like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch for your changes
- Make the changes and commit them
- Push the changes to your forked repository
- Create a pull request back to the original repository