- Added gmail authentication to login
- Used OpenAi api to get the answer to the user questions
- Typewriting effect added on response
- create and delete a chat
- React
- Next.js
- TypeScript
- Tailwind CSS
- Firebase (backend)
npx create-next-app@latest --typescript
npm install firebase
npm install firebase-admin
npm install next-auth
npm install openai
npm install react-firebase-hooks
npm install react-hot-toast