An open API service indexing awesome lists of open source software.

https://github.com/patilyashh/studyportel


https://github.com/patilyashh/studyportel

Last synced: 4 months ago
JSON representation

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)