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

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.

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.

---