GitHunt
RE

A premium, interactive study portal for GGSIPU B.Tech Semester IV mid-term preparation. Features analytics, pattern-based study guides, and past-paper analysis (PSLP & NAS).

โšก ExamPrep โ€” Semester IV Study Portal

A premium, interactive study portal for GGSIPU B.Tech Semester IV mid-term preparation. Features data-driven analytics, pattern-based study guides, and past-paper analysis for multiple subjects.


๐Ÿš€ Features

  • Multi-Subject Dashboard โ€” Homepage with subject cards linking to dedicated study tools for each paper.
  • Predictive Analytics โ€” Chart.js-powered visualizations showing topic frequency and mark weightage across past papers.
  • Pattern Master โ€” Accordion-based step-by-step solution guides for the most commonly repeated question types.
  • Exact PYQ Citations โ€” Every past question is quoted verbatim with precise citations (e.g., [Q1(a), April 2024]).
  • PDF Downloads โ€” Original mid-term question papers available for direct download.
  • Study Guide โ€” Official syllabus highlights and core concept tables for quick revision.
  • Predicted Mock Paper โ€” Synthesized mock exam based on historical trends.
  • Dark Academia Theme โ€” Sleek, responsive UI with glassmorphism cards and smooth animations.

๐Ÿ“š Subjects Covered

Paper Code Subject Status
BS-202 Probability, Statistics and Linear Programming โœ… Available
EEC-206 Network Analysis and Synthesis โœ… Available
ECC-210 Microprocessors and Microcontrollers ๐Ÿ”œ Coming Soon
ECC-212 Digital Communications ๐Ÿ”œ Coming Soon
ECC-214 Analog Electronics II ๐Ÿ”œ Coming Soon
HMC-208 Universal Human Values ๐Ÿ”œ Coming Soon

๐Ÿ› ๏ธ Project Structure

ExamPrep/
โ”œโ”€โ”€ index.html              # Homepage โ€” Subject Portal
โ”œโ”€โ”€ bs-202.html             # PSLP Dashboard (Analytics, Patterns, Study Guide, Predicted Paper)
โ”œโ”€โ”€ eec-206.html            # NAS Dashboard (Analytics, Patterns, Study Guide, Predicted Paper)
โ”œโ”€โ”€ coming-soon.html        # Placeholder for unimplemented subjects
โ”œโ”€โ”€ css/
โ”‚   โ””โ”€โ”€ home.css            # Global stylesheet (shared by homepage + coming-soon)
โ”œโ”€โ”€ assets/
โ”‚   โ””โ”€โ”€ pdfs/
โ”‚       โ”œโ”€โ”€ PSLP/           # 4 original PSLP PYQ PDFs (May 2023 โ€“ March 2025)
โ”‚       โ””โ”€โ”€ NAS/            # 3 original NAS PYQ PDFs (May 2023 โ€“ March 2025)
โ””โ”€โ”€ README.md

๐Ÿ’ป Technologies

  • HTML5 & CSS3 โ€” Structure and styling with CSS custom properties.
  • Vanilla JavaScript โ€” Tab navigation, accordions, and interactivity.
  • Chart.js โ€” Bar and bubble charts for exam analytics.
  • Google Fonts โ€” Outfit (body) + DM Serif Display (headings).

โš™๏ธ Usage

  1. Clone:
    git clone https://github.com/realraunakgupta/ExamPrep.git
  2. Serve locally:
    cd ExamPrep
    python -m http.server 8000
  3. Open: Navigate to http://localhost:8000 in your browser.

Built for GGSIPU Semester IV Mid-Term Preparation.