About this app

A personal study workspace for the PG Diploma in Data Science and Analytics (Calicut University, 2023 admission). Built for Semester 1.

Structure

Each subject is broken into modules, and each module into topics. Every topic has four content slots — Core Titles, Basic Idea, Mind Map, and Exam Q&A — ready to be filled in over time.

Stack
  • Next.js 15 (App Router) + React 19 + TypeScript
  • Material UI v6 (Material Design)
  • Prisma ORM with a local SQLite database
Adding content later

Content is stored in SQLite. Edit the seed file at prisma/seed.ts for bulk updates, or use npm run db:studio to fill in topics interactively through Prisma Studio.