The frontend for the RITCompass, designed to provide structured, verified information about college procedures and helps to query information about the college, from a custom made data source. It uses natural language processing to understand what the user meant and query data based on it
Backend repo is at RIT Compass - Backend
- React.js - Component-based UI
- TypeScript - Type safety & scalability
- React Router - Client-side routing
- Tailwind CSS - Utility-first styling
- ShadCN - Beautiful and accessible UI components
✅ Searchable College Info - Find procedures for scholarships, certifications, clubs, and more.
✅ Interactive Chatbot - Ask queries and get structured responses.
✅ Step-by-Step Guides - View procedural steps in a timeline format.
✅ Draft Letters - Auto-generate letter formats for official requests.
- Clone the Repository
git clone https://github.com/your-repo.git
cd frontend
- Install dependencies
npm install
- Create
.env
file in root directory
VITE_BASE_URL="url of the backend"