https://github.com/patilyashh/studyportel
https://github.com/patilyashh/studyportel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patilyashh/studyportel
- Owner: PATILYASHH
- License: mit
- Created: 2024-07-20T17:29:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T06:01:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T16:19:31.060Z (over 1 year ago)
- Language: HTML
- Homepage: https://studyportel.vercel.app
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StudyPortel
**StudyPortel** is an open-source platform designed to provide study resources for students. The platform allows users to explore, contribute, and access various educational materials like syllabus PDFs, coding resources, and more.
## Features
- Access study materials like syllabus PDFs and notes.
- Organized folders and categories for easy navigation.
- Built with modern web technologies including **HTML**, **CSS**, **JavaScript**, and **Bootstrap**.
- Clean, responsive design optimized for both desktop and mobile users.
- Open-source with opportunities for contribution from the community.
## Getting Started
### Prerequisites
Ensure you have the following installed:
- [Git](https://git-scm.com/)
- A web browser
- Any code editor (e.g., [VS Code](https://code.visualstudio.com/))
### Installation
1. Clone the repository:
```bash
git clone https://github.com/PATILYASHH/studyportel.git
```
2. Navigate into the project directory:
```bash
cd studyportel
```
3. Open the `index.html` file in your browser to explore the website locally.
### Usage
You can explore different study resources categorized based on subjects, courses, and levels. For example:
- Click on the "BSc Computer Science 1st Year" link to view related resources.
- Navigate through the dropdown menus for specific study topics.
### Contributing
We welcome contributions from the community to make **StudyPortel** better! Here's how you can contribute:
1. Fork the repository.
2. Create a new branch for your feature or bug fix:
```bash
git checkout -b feature-name
```
3. Commit your changes:
```bash
git commit -m "Add a new feature"
```
4. Push your branch:
```bash
git push origin feature-name
```
5. Create a Pull Request on the main repository.
### License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
### Contact
For any queries or suggestions, feel free to reach out to:
- **Yash Patil**: [GitHub Profile](https://github.com/PATILYASHH)