Skip to content

Latest commit

Β 

History

History
35 lines (25 loc) Β· 986 Bytes

File metadata and controls

35 lines (25 loc) Β· 986 Bytes

🧠 Student Study Assistant

The Student Study Assistant is a modern web app that helps students learn more efficiently by combining AI-generated summaries, Wikipedia articles, and curated YouTube videos. It supports recent search history, bookmarks (favorites), user notes, and Firebase authentication β€” all wrapped in a sleek, responsive UI.

🌐 Live site: studytutor.netlify.app


✨ Features

  • πŸ” Topic-based search with Wikipedia + OpenAI summaries
  • πŸŽ₯ YouTube video suggestions
  • ⭐ Bookmark/favorite topics (per user)
  • πŸ“œ Track recent searches (per user)
  • ✍️ Add personal notes per topic
  • πŸŒ™ Dark/light theme toggle
  • πŸ” Google sign-in via Firebase
  • πŸ’» Fully responsive across devices

πŸ› οΈ Tech Stack

Frontend:

  • React (with Vite)
  • Tailwind CSS
  • Axios

Backend & Services:

  • Firebase Authentication + Firestore
  • OpenAI API (Summaries)
  • Wikipedia API
  • YouTube Data API v3