Skip to content

Pujarini/chatGPT-messenger

Repository files navigation

Features 🌟

  • 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

🛠️ Tech Stack

Demo of ChatGPT app

https://vimeo.com/798170896

🛠️ Install Dependencies

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

Initial Page

Screenshot 2023-02-08 at 4 47 47 PM

Login page

Screenshot 2023-02-09 at 4 27 49 PM

After login

Screenshot 2023-02-09 at 4 28 57 PM

Chat page

Screenshot 2023-02-13 at 12 17 32 AM