Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 580 Bytes

File metadata and controls

32 lines (25 loc) · 580 Bytes

StudyLab Frontend

A modern web application for accessing academic resources.

Setup

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm run dev

Features

  • Google Sign-In with Clerk Authentication
  • University email validation
  • Dark mode support
  • Subject filtering by year and semester
  • Study materials organized by subject
  • Responsive design for mobile and desktop

Tech Stack

  • React
  • TypeScript
  • Tailwind CSS
  • Clerk Authentication
  • Vite