Skip to content

SUGAM-ARORA/PEC-Previous-Year-Papers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEC-Previous-Year-Papers

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing

About The Project

PEC Paper is an open source project started to help PEC students find previous year paper in one place, hence helping them to prepare for exams.

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

This project requires a working Node.js installation with NPM and git

  • To install npm run:
    npm install npm@latest -g

Run project locally

  1. Fork this repository to your own GitHub account, and then clone it to your local device.
    git clone https://github.com/your_username_/PEC-Previous-Year-Papers.git
  2. Install the dependencies with:
    npm install
  3. Start development server:
    npm run start
    Open http://localhost:3000 with your browser to see the result.
  4. Building You can build with:
    npm run build
  5. Testing the production build:
    npm run start
  6. To run test:
    npm run test

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a ⭐

  1. Fork this repository.

  2. Create a new branch from the main

    git checkout -b branch-name
  3. Make required changes.

  4. Add file:

    git add file-name
  5. Commit your Changes

    git commit -m "Add comment to your changes"
  6. Push to your branch

    git push origin branch-name
  7. Open a Pull Request.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.3%
  • Python 3.7%
  • CSS 1.9%
  • HTML 1.1%