Skip to content

Puzzling762/CGPA_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CGPA Predictor πŸŽ“πŸ“Š

This project helps visualize and predict academic performance using semester-wise CGPA and SGPA trends. It includes both student-specific and batch-level analytics, making it easier to understand academic progress and goals.

πŸ—‚οΈ Project Structure

β”œβ”€β”€ frontend/ β”œβ”€β”€ backend/

πŸš€ Features

  • πŸ“ˆ Visualizes CGPA/SGPA trends over semesters
  • πŸ§‘β€πŸŽ“ Student and batch-level performance insights
  • 🎯 Target CGPA goal checker with required performance estimates
  • 🧠 CGPA prediction based on trends from senior batches
  • πŸ… Shows rank and class percentile

πŸ› οΈ Tech Stack

  • Frontend: React, Tailwind CSS, Recharts
  • Backend: Node.js, Express
  • Database:MongoDb

πŸ§ͺ Running Locally

1. Clone the repository

git clone https://Puzzling762/CGPA_Predictor.git
cd cgpa-predictor

###2. Start the backend

cd backend
npm install
node server.js

βš™οΈ Make sure to configure environment variables (e.g., .env file) if required.

###3. Start the frontend

cd frontend
npm install
npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published