This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
BroncoNotes is a software platform designed for students at Santa Clara University (SCU) to share and review notes. The platform allows students to upload their notes, rate other students' notes, generate summaries, and test themselves on class material using AI-generated questions.
- Note Sharing: Upload and download notes for SCU classes.
- Search Functionality: Find notes by course code, title, or topic.
- Quarterly Organization: Sort notes by academic quarters (Fall, Winter, Spring, Summer).
- AI Enhancements:
- OCR (Optical Character Recognition): Extract text from uploaded images.
- AI-powered Summaries: Generate summaries of uploaded notes.
- Practice Questions: Create custom quiz questions based on notes.
- Rating & Reporting: Rate notes and report inappropriate content.
- Authentication: Users can register and log in to access all features.
- Personalized Dashboard: See uploaded notes and recommendations based on enrolled courses.