A collaborative, open-source platform for accessing Previous Year Question Papers (PYQs) and Study Notes for university and colleges.
This project aims to provide students with easy access to past exam papers and notes, helping them in their academic journey. It is designed to be open-source, allowing contributors to improve and expand the platform over time.
- 📄 Browse and download previous year question papers
- 📝 Access and contribute study notes
- 🔍 Search & filter by subject, year, and course
- 👥 Community-driven contributions & improvements
- 🔒 Secure and user-friendly design
- Frontend: HTML, CSS, JavaScript (React/Vue optional)
- Backend: Python (Django/Flask) or PHP (Laravel/Core PHP)
- Database: MySQL / PostgreSQL / SQLite
- Provide a centralized platform for academic resources
- Encourage open-source collaboration
- Improve accessibility and user experience
- Ensure security and data integrity
We welcome contributions! Follow these steps to get started:
Click the Fork button on the top right of this repository page to create your own copy.
Open your terminal and run:
git clone https://github.com/your-username/UniNotesHub.git
cd UniNotesHubMake sure to create a separate branch for your feature or fix:
git checkout -b feature-nameModify the files and add your improvements. After making changes, commit them:
git add .
git commit -m "Added feature: [describe your feature]"Push your changes to your GitHub repository:
git push origin feature-name- Go to the original repository on GitHub
- Click on Pull Requests
- Click on New Pull Request
- Select your forked repository and the branch you worked on
- Add a description of your changes and submit the Pull Request
Your PR will be reviewed, and once approved, it will be merged into the main project! 🎉
If you’re interested in contributing or report bugs, feel free to reach out!