A Next.js web app and chatbot powered by a Large Language Model (LLM) designed to help students find lodging support such as PGs, hostels, or hotels. It also assists with booking exam centers for the next day or upcoming exams.
- π¬ Chatbot interface powered by LLM for natural conversations
- ποΈ Search and book student-friendly lodging near exam centers
- π Works as both a web app and a chatbot
- π Supports booking for exams scheduled for next day or later
- βοΈ Next.js (React framework)
- π§βπ» TypeScript
- π§ LLM integration for conversational support
- π¨ Tailwind CSS or CSS Modules for styling
- π¦ Other libraries or APIs as needed
- π’ Node.js
v16or above - π¦ npm or yarn
-
π₯ Clone the repo: git clone https://github.com/studentappllm/your-repo-name.git cd your-repo-name
-
π§ͺ Check Node.js and npm versions node --version npm --version
β Make sure Node.js and npm are installed. π¦ Download Node.js if needed.
-
π¦ Install dependencies npm install
-
π οΈ (Optional) Use legacy peer dependencies if you face issues npm install --legacy-peer-deps
-
βΆοΈ Start the development server npm run dev π Open your browser and go to http://localhost:3000 (or as shown in the terminal)