https://github.com/7rajnishsharma/pyqbazar
A web application built using React that I have created for my college to provide previous year question papers.
https://github.com/7rajnishsharma/pyqbazar
edtech-software firebase-database reactjs
Last synced: 21 days ago
JSON representation
A web application built using React that I have created for my college to provide previous year question papers.
- Host: GitHub
- URL: https://github.com/7rajnishsharma/pyqbazar
- Owner: 7rajnishsharma
- Created: 2024-01-03T06:09:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T14:33:29.000Z (over 1 year ago)
- Last Synced: 2025-10-19T17:00:53.579Z (8 months ago)
- Topics: edtech-software, firebase-database, reactjs
- Language: JavaScript
- Homepage: https://pyqbazar.vercel.app
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# PyQBazar
**PyQBazar** is a web application built using **React** that I have created for my college to help provide previous year question papers (PYQ) for all branches of my college. This platform is designed to help students easily access and download question papers from a centralized resource.
## Live Demo
You can check out the live version of the project [here](https://pyqbazar.vercel.app/).
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Contributing](#contributing)
## Features
- Browse and download previous year question papers.
- Supports all subjects across multiple branches.
- User-friendly interface with search and filter functionality.
- Organized by year, branch, and subject for easy navigation.
- Responsive design for mobile and desktop users.
## Installation
To run the project locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/7rajnishsharma/pyqbazar.git
cd pyqbazar
```
2. **Install dependencies**:
```bash
npm install
```
3. **Start the development server**:
```bash
npm start
```
4. Open [http://localhost:3000](http://localhost:3000) in your browser to view the app.
## Contributing
Contributions are welcome! Here’s how you can contribute to the project:
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 new feature"
```
4. Push to the branch:
```bash
git push origin feature-name
```
5. Create a Pull Request.
---