Skip to content

feat: AI chat Frontend, with components and pages - #61

Open
sanikaap wants to merge 1 commit into
GDGoC-GLAU:mainfrom
sanikaap:feat/46
Open

feat: AI chat Frontend, with components and pages#61
sanikaap wants to merge 1 commit into
GDGoC-GLAU:mainfrom
sanikaap:feat/46

Conversation

@sanikaap

Copy link
Copy Markdown
Contributor

Pull Request

feat: AI Chat Frontend (Chat UI + Vite Migration)


Summary

Added the AI Chat UI and supporting components/pages for the Copilot feature.
Migrated the frontend from CRA → Vite to fix Tailwind issues and improve build speed.

🔧 Frontend-only — no backend or API changes.


Includes

  • Chat UI & ChatBox components
  • Reusable UI parts and routes
  • Tailwind + Vite setup
  • Base styles & screenshots for review

Excludes

  • No backend, database, or API changes

Why Vite Migration

CRA repeatedly broke Tailwind configs in my setup.
Vite ensures faster builds, stable Tailwind integration, and a smoother dev experience.


Test Locally

cd frontend
npm install
npm run dev

Checklist

Screenshot (9)

@RupamGanguly46 RupamGanguly46 added the hacktoberfest-accepted Counts towards Hacktoberfest even if not merged label Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Counts towards Hacktoberfest even if not merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add AI copilot support in chat

2 participants